aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C')
-rw-r--r--gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C b/gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C
index c2d117e03..ebd47bcff 100644
--- a/gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C
+++ b/gcc-4.8/gcc/testsuite/g++.dg/template/crash106.C
@@ -10,3 +10,5 @@ struct A
template<T N = 0, void (A::*)() = &A::foo<N> > struct B {}; // { dg-error "type|declared" }
B<> b; // { dg-error "type|declaration" }
+
+// { dg-prune-output "could not convert" }