[Bug c/24253] parse error expected at empty struct declaration

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-07 11:28 --- *** Bug 24254 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24253

[Bug c/24253] parse error expected at empty struct declaration

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-07 11:16 --- Using -std=c99 -pedantic-errors: earth:~>gcc t.c -std=c99 -pedantic-errors t.c:1: error: struct has no members t.c:1: error: unnamed struct/union that defines no instances earth:~>~/ia32_linux_gcc3_4/bin/gcc t.c -std