Commit d0d475ef by Jason Merrill Committed by Jason Merrill

* g++.dg/template/abstract-dr337.C: XFAIL.

From-SVN: r196764
parent d696777e
2013-03-17 Jason Merrill <jason@redhat.com>
* g++.dg/template/abstract-dr337.C: XFAIL.
2013-03-16 Jakub Jelinek <jakub@redhat.com>
PR c++/56607
......
......@@ -6,8 +6,8 @@ class A {
};
template<typename T>
void g(T (*a)[1]) {} // { dg-error "abstract" }
void g(T (*a)[1]) {} // { dg-error "abstract" "" { xfail *-*-* } }
int main() {
g<A<int> >(0); // { dg-error "no matching function" }
g<A<int> >(0); // { dg-error "no matching function" "" { 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