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/46362] [4.6 regression] lto-plugin.c doesn't compile on IRIX 6.5


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

--- Comment #4 from Dave Korn <davek at gcc dot gnu.org> 2010-11-09 21:00:47 UTC ---
Created attachment 22354
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22354
proposed patch

ISTM the main issue (common to this and Bug 46397) is C99, so this patch adds a
test for its availability at top-level that disables lto-plugin if C99 can't be
used (but doesn't make the compiler actually use C99 mode in general), and
makes the lto-plugin itself use C99 mode to compile.  It also adds stdbool
support as shown in the autoconf man page.  Rainer, could you give it a whirl?


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