This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/41771] Bootstrap with Sun Studio 12.1 fails



------- Comment #11 from uweigand at gcc dot gnu dot org  2009-11-05 13:31 -------
(In reply to comment #10)
> If this is problematic, I guess an alternative might be to move the
> HONOR_... macros from flags.h to real.h as well, and update all files
> that use these macros to also include real.h.

>From a quick review, this seems to be pretty straightforward -- all
files using the HONOR_... macros already include real.h either directly
or indirectly via its inclusion in rtl.h, with the single exception of
tree-ssa-reassoc.c.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41771


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]