Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / 20011008-1.c
blobe3991471a9f5dca9262b599ee8cc0ec401fe404d
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -fshow-column" } */
4 struct { int; int q; } a; /* { dg-warning "13:does not declare anything" } */
5 struct { union {int x;}; int q; } b;
6 struct { struct {int x;}; int q; } c;
7 union { union {int x;}; int q; } d;
8 union { struct {int x;}; int q; } e;