X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftredecl.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.jason%2Ftredecl.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=72cbae7a6eea2b323345dd36e34d4bddd0297e45;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.jason/tredecl.C b/gcc/testsuite/g++.old-deja/g++.jason/tredecl.C deleted file mode 100644 index 72cbae7a..00000000 --- a/gcc/testsuite/g++.old-deja/g++.jason/tredecl.C +++ /dev/null @@ -1,17 +0,0 @@ -// Bug: Foo *p semi-instantiates Foo in local scope, so -// when Foo f tries to instantiate it later, it only finds the partial -// instantiation from before. -// -// No PR; distilled from James Clark's SGML project. -// -// Build don't link: - -class Bar { }; - -template class Foo; - -Foo *p; - -template class Foo { }; - -Foo f; // gets bogus error - hosed binding levels