[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #8 from Manuel López-Ibáñez --- (In reply to Anders Granlund from comment #7) > OK. Seems to work differently in Clang but I guess they don't have the same > problem with legacy. Changing defaults in GCC to match Clang is possible (w

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Anders Granlund changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Anders Granlund changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #4 from Anders Granlund --- (In reply to Jonathan Wakely from comment #2) > Oh wait ... if you use -w then you are suppressing diagnostics, so you can't > really complain that there are no diagnostics! > > So this seems invalid to me

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread anders.granlund.0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 --- Comment #3 from Anders Granlund --- (In reply to Jonathan Wakely from comment #2) > Oh wait ... if you use -w then you are suppressing diagnostics, so you can't > really complain that there are no diagnostics! > > So this seems invalid to me

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/66966] Missing diagnostic message for ill-formed program with anonymous enum

2015-07-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66966 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC