[Bug c++/67678] Nested class can be re-declared after definition

2019-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67678 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67678] Nested class can be re-declared after definition

2015-09-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67678 --- Comment #2 from Jonathan Wakely --- Yes, it might be an intentional GNU extension. Older versions of Clang warned about it with the -Wgnu option rather than -Wredeclared-class-member.

[Bug c++/67678] Nested class can be re-declared after definition

2015-09-26 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67678 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.