[Bug c++/50559] g++ bails out after seeing overflow in an enumeration value
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 28 18:28:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50559
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-09-28 18:25:47 UTC ---
definitely a dup, adding int main(){E e = EI_2;} to the testcase of PR 48536
reproduces the bailout.
*** This bug has been marked as a duplicate of bug 48536 ***
More information about the Gcc-bugs
mailing list