* g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.

From-SVN: r66006
This commit is contained in:
Mark Mitchell 2003-04-23 18:28:31 +00:00 committed by Mark Mitchell
parent 011fd56b70
commit 10aef094c6
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-04-23 Mark Mitchell <mark@codesourcery.com>
* g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
2003-04-23 Mark Mitchell <mark@codesourcery.com>
PR c++/10451

View file

@ -1,3 +1,3 @@
// PR c++/6477
typedef struct A_ *A; // { dg-error "previous declaration as" }
typedef struct A B; // { dg-error "conflicting types" }
typedef struct A_ *A;
typedef struct A B; // { dg-error "" }