OSDN Git Service

Merge in xfails from PR14107.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.bugs / 900205_03.C
index b22172d..192f2d0 100644 (file)
 struct struct00 { };
 
 int global_function_0 () {
 struct struct00 { };
 
 int global_function_0 () {
-}                                      // { dg-error "" 
+}                                      // { dg-error "" "" { xfail *-*-* } }
 
 struct00 global_function_1 () {
 
 struct00 global_function_1 () {
-}                                      // { dg-error "" 
+}                                      // { dg-error "" "" { xfail *-*-* } }
 
 struct struct0 {
 
 
 struct struct0 {
 
@@ -41,9 +41,9 @@ struct struct1 {
 };
 
 int struct1_member_function_0 () {
 };
 
 int struct1_member_function_0 () {
-}                                      // { dg-error "" 
+}                                      // { dg-error "" "" { xfail *-*-* } }
 
 struct1 struct1::struct1_member_function_1 () {
 
 struct1 struct1::struct1_member_function_1 () {
-}                                      // { dg-error "" 
+}                                      // { dg-error "" "" { xfail *-*-* } }
 
 int main () { return 0; }
 
 int main () { return 0; }