OSDN Git Service

2005-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / alias-1.c
index a723083..82dbc9e 100644 (file)
@@ -19,7 +19,7 @@ YYSTYPE
  addSibMacro(
          YYSTYPE  list )
  {
-     tDefEntry** ppT   = (tDefEntry**)&list; // { dg-warning "type-punned pointer" "" }
+     tDefEntry** ppT   = (tDefEntry**)&list; // { dg-warning "type-punned pointer will" "" }
  
      struct incomplete *p = (struct incomplete *)&list; // { dg-warning "type-punning to incomplete" "" }