OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.dg
/
20080820.c
diff --git
a/gcc/testsuite/gcc.dg/20080820.c
b/gcc/testsuite/gcc.dg/20080820.c
index
b9dd8a7
..
002edb1
100644
(file)
--- 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" } */
/* { 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 C
90
doesn't support unnamed" } */