OSDN Git Service

* g++.dg/lookup/using16.C: Merge dg-errors with common line.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / using17.C
index 5988885..b98b21a 100644 (file)
@@ -11,5 +11,4 @@ struct S {}; // { dg-error "candidates are: struct S" "candidate 1" }
 
 using namespace M;
 
-struct S s; // { dg-error "reference to 'S' is ambiguous" "" }
-// { dg-error "invalid type in declaration" "" { target *-*-* } 14 }
+struct S s; // { dg-error "reference to 'S' is ambiguous|invalid type in declaration" "" }