Commit bb8a5b52 by Paolo Carlini

decl5.C: Expand new expected errors.

2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.old-deja/g++.other/decl5.C: Expand new expected errors.

From-SVN: r139035
parent 905319d9
...@@ -16,7 +16,7 @@ struct A { ...@@ -16,7 +16,7 @@ struct A {
int m; int m;
}; };
struct Z; struct Z;
expand me; // { dg-error "" } not name a type expand me; // { dg-error "error: 'expand' does not name a type" }
void foo(struct A::e); void foo(struct A::e);
void foo(struct A::z); // { dg-warning "" } extra qualification void foo(struct A::z); // { dg-warning "" } extra qualification
}; };
...@@ -71,7 +71,7 @@ namespace NMS ...@@ -71,7 +71,7 @@ namespace NMS
}; };
} }
NMS::D thing; // { dg-error "" } not name a type NMS::D thing; // { dg-error "error: 'D' in namespace 'NMS' does not name a type" }
void NMS::fn() void NMS::fn()
{ {
i = 3; i = 3;
......
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