X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftemplate8.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftemplate8.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=586fb61a02e6e18318e9a408f487a6aaa8e11480;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template8.C b/gcc/testsuite/g++.old-deja/g++.jason/template8.C deleted file mode 100644 index 586fb61a..00000000 --- a/gcc/testsuite/g++.old-deja/g++.jason/template8.C +++ /dev/null @@ -1,10 +0,0 @@ -// PRMS Id: 4827 -// Build don't link: - -class A; -template int f (const T&, const A *); - -int g (const int& a) -{ - return f (a, (A *)0); // gets bogus error - failed unification -}