[Bug c++/83132] Error while redeclaring an enum with extra qualification

2017-11-23 Thread jenda.tusil at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83132 --- Comment #2 from Jan TuĊĦil --- The 'struct' version can be simplified to: struct E; struct ::E {}; Which gives the following error: 2:12: error: global qualification of class name is invalid before '{' token

[Bug c++/83132] Error while redeclaring an enum with extra qualification

2017-11-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83132 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid