Commit 10aef094 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r66006
parent 011fd56b
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
* g++.dg/parse/crash4.C: New test.
......
// 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 "" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment