[Bug c++/59838] [4.7/4.8/4.9 Regression] ICE with an enum using an incomplete type

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 17 11:16:00 GMT 2014


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

--- Comment #8 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
A few bytes shorter testcase

enum E { a, b = (E) a };



More information about the Gcc-bugs mailing list