X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftemplate18.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftemplate18.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=e57739baba9ffc9ffe192f11a9d9ba686f7df3e8;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template18.C b/gcc/testsuite/g++.old-deja/g++.jason/template18.C deleted file mode 100644 index e57739ba..00000000 --- a/gcc/testsuite/g++.old-deja/g++.jason/template18.C +++ /dev/null @@ -1,22 +0,0 @@ -// GROUPS passed templates -// Bug: g++ emits template instances when it shouldn't. -// Special g++ Options: -g -fno-inline -Wno-deprecated -fexternal-templates - -// We mark this XFAIL because we can't test for expected linker errors. -// If we get an XPASS for this testcase, that's a bug. - -// Suppressed-instantiation tests like this are known to break on -// Cygwin, because of the MULTIPLE_SYMBOL_SPACES stuff. This is OK. - -// (OK) excess errors test - XFAIL *-*-* - -#pragma implementation "irrelevant_file" -#line 1 "template18.h" -#pragma interface -template inline T min (T a, T b) { return a