X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fqualttp17.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fqualttp17.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=4766c53847d5d4b90f90af0f4a088ec8be78ffb6;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/template/qualttp17.C b/gcc/testsuite/g++.dg/template/qualttp17.C deleted file mode 100644 index 4766c538..00000000 --- a/gcc/testsuite/g++.dg/template/qualttp17.C +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (C) 2001 Free Software Foundation -// Contributed by Kriang Lerdsuwanakij -// { dg-do compile } -// { dg-options "-fno-inline" } - -struct A -{ - template class B {}; -}; - -template