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++/51348] [c++0x] ICE in finish_class_member_access_expr with bogus(?) enum class use


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

--- Comment #1 from Volker Reichelt <reichelt at gcc dot gnu.org> 2011-11-29 21:52:49 UTC ---
Confirmed. The code crashes since GCC 4.4.0 when scoped enums were introduced.
The ICE also appears without the 'class' keyword before the enum.


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