]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/ttp4.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / ttp4.C
diff --git a/gcc/testsuite/g++.dg/template/ttp4.C b/gcc/testsuite/g++.dg/template/ttp4.C
deleted file mode 100644 (file)
index 4dff701..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// { dg-do compile }
-// Origin: Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
-
-// PR c++/6723
-// ICE when default template argument contains instantiation of
-// template template parameter.
-
-template <typename A, typename B,
-         template <typename,typename> class Predicate,
-         bool _matches=Predicate<A,B>::answer>
-struct helper { };