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 c/85850] [9.0 Regression] gcc 9.0 doesn't compile with Xcode 9.3.1


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85850

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
In libcpp/system.h, <new> is included too late, after messing with macros, it
should move earlier with the other includes. We could probably also avoid
#defining true/false in C++ (just a warning).

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