Skip to content
Snippets Groups Projects
  • Joseph Myers's avatar
    216a5f1b
    re PR c/17189 (bogus warning for struct Foo { int; };) · 216a5f1b
    Joseph Myers authored
    	PR c/17189
    	* c-decl.c (grokfield): Make diagnostic for bad cases of unnamed
    	fields a pedwarn.  Pedwarn here for unnamed structs/unions if
    	pedantic.
    	* c-parse.in (component_decl): Don't pedwarn here for unnamed
    	fields.
    
    testsuite:
    	* gcc.dg/anon-struct-5.c: New test.
    
    From-SVN: r88834
    216a5f1b
    History
    re PR c/17189 (bogus warning for struct Foo { int; };)
    Joseph Myers authored
    	PR c/17189
    	* c-decl.c (grokfield): Make diagnostic for bad cases of unnamed
    	fields a pedwarn.  Pedwarn here for unnamed structs/unions if
    	pedantic.
    	* c-parse.in (component_decl): Don't pedwarn here for unnamed
    	fields.
    
    testsuite:
    	* gcc.dg/anon-struct-5.c: New test.
    
    From-SVN: r88834