Commit 60f33ea7 by Jason Merrill

add XFAIL

From-SVN: r34689
parent 0b44a7e9
......@@ -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 *-*-*
}
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