------- Comment #1 from rguenth at gcc dot gnu dot org 2009-01-03 11:53 ------- gcc -S t.c -pedantic-errors t.c:4: error: no semicolon at end of struct or union
thus, this works for me. We accept it by default with an unconditional warning for legacy reasons. Use -pedantic-errors to force strict compliance checking. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38714