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++/54207] ICE in build_noexcept_spec when bool is #defined/typedef'd


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-09 11:39:10 UTC ---
4.7.1 gets an ICE too, but it works on trunk.

As it's undefined behaviour (bool is a keyword) and it already works on trunk
it might not be worth changing anything.


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