[Bug other/46489] tree optimizer and frontend files use target macros

2020-04-02 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com ---

[Bug other/46489] tree optimizer and frontend files use target macros

2019-06-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #10 from Eric Gallager --- (In reply to Eric Gallager from comment #9) > (In reply to Joseph S. Myers from comment #7) > > FWIW, the following files include tm.h and appear not to have any direct > > uses of target macros, or uses of

[Bug other/46489] tree optimizer and frontend files use target macros

2018-09-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug other/46489] tree optimizer and frontend files use target macros

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug other/46489] tree optimizer and frontend files use target macros

2011-04-05 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #7 from Joseph S. Myers jsm28 at gcc dot gnu.org 2011-04-05 15:43:46 UTC --- FWIW, the following files include tm.h and appear not to have any direct uses of target macros, or uses of the most common headers (such as rtl.h or

[Bug other/46489] tree optimizer and frontend files use target macros

2010-12-20 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #3 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-12-20 13:59:41 UTC --- When using gcc, using -dD, I can auto-generate a headerfile tm-poison.h which poisons all macros that including tm.h defines, which are not defined

[Bug other/46489] tree optimizer and frontend files use target macros

2010-12-20 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #4 from joseph at codesourcery dot com joseph at codesourcery dot com 2010-12-20 15:43:37 UTC --- On Mon, 20 Dec 2010, amylaar at gcc dot gnu.org wrote: When using gcc, using -dD, I can auto-generate a headerfile tm-poison.h which

[Bug other/46489] tree optimizer and frontend files use target macros

2010-12-20 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #5 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-12-20 17:04:39 UTC --- (In reply to comment #4) This sounds like a nice approach for making sure it is safe to remove a tm.h include from a particular source file - if

[Bug other/46489] tree optimizer and frontend files use target macros

2010-12-20 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #6 from joseph at codesourcery dot com joseph at codesourcery dot com 2010-12-20 17:42:46 UTC --- On Mon, 20 Dec 2010, amylaar at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #5 from Jorn

[Bug other/46489] tree optimizer and frontend files use target macros

2010-12-18 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #2 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-12-18 20:56:15 UTC --- trunk is currently closed for macro-hook conversions: http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01291.html I have now created a branch to work

[Bug other/46489] tree optimizer and frontend files use target macros

2010-11-15 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 --- Comment #1 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org 2010-11-16 04:59:35 UTC --- Created attachment 22418 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22418 This is a list of the files that use tm.h, broken up into