X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fttp4.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fttp4.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=4dff70103467ee3fae4688bbdcc1e39c8de739b1;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/template/ttp4.C b/gcc/testsuite/g++.dg/template/ttp4.C deleted file mode 100644 index 4dff7010..00000000 --- a/gcc/testsuite/g++.dg/template/ttp4.C +++ /dev/null @@ -1,11 +0,0 @@ -// { dg-do compile } -// Origin: Ewgenij Gawrilow - -// PR c++/6723 -// ICE when default template argument contains instantiation of -// template template parameter. - -template class Predicate, - bool _matches=Predicate::answer> -struct helper { };