* g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
From-SVN: r66006
This commit is contained in:
parent
011fd56b70
commit
10aef094c6
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 "" }
|
||||
|
|
Loading…
Add table
Reference in a new issue