[Bug c++/54207] ICE in build_noexcept_spec when bool is #defined/typedef'd
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Aug 9 11:39:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list