diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20080820.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20080820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20080820.c b/gcc/testsuite/gcc.dg/20080820.c index b9dd8a7..002edb1 100644 --- a/gcc/testsuite/gcc.dg/20080820.c +++ b/gcc/testsuite/gcc.dg/20080820.c @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-fshow-column -fms-extensions -pedantic" } */ -struct { struct a { int x; }; int bar; } hot; /* { dg-warning "29:ISO C doesn't support unnamed" } */ +struct { struct a { int x; }; int bar; } hot; /* { dg-warning "29:ISO C90 doesn't support unnamed" } */ |