[Bug c/44854] Improve diagnostic for missing member name or '; ' in a struct

2024-02-18 Thread peter0x44 at disroot dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44854 peter0x44 at disroot dot org changed: What|Removed |Added CC||peter0x44 at disroot dot or

[Bug c/44854] Improve diagnostic for missing member name or ';' in a struct

2017-09-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44854 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/44854] Improve diagnostic for missing member name or ';' in a struct

2011-10-03 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44854 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c/44854] Improve diagnostic for missing member name or ';' in a struct

2010-07-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-24 18:28 --- identifier is the same as member name. In fact I say GCC's diagnostic is more correct as ( can be there also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -