add XFAIL
authorJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 22:28:07 +0000 (18:28 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 22:28:07 +0000 (18:28 -0400)
From-SVN: r34689

gcc/testsuite/g++.old-deja/g++.brendan/parse4.C

index a8de08c..e31af0b 100644 (file)
@@ -19,6 +19,6 @@ int main()
     int try1;
     B( try1 ).f();   // no syntax error
     B b( g() );      // no syntax error
-    B( ::g() ).f();  // no syntax error 
+    B( ::g() ).f();  // gets bogus error - treated as decl XFAIL *-*-*
     B( g() ).f();    // gets bogus error - treated as decl XFAIL *-*-*
 }