X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.robertl%2Feb64.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.robertl%2Feb64.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=da043af5191bb53aba553f03341379311fd16c78;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb64.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb64.C deleted file mode 100644 index da043af5..00000000 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb64.C +++ /dev/null @@ -1,25 +0,0 @@ -// Build don't link: -template -class B:public A { - B(){} -}; - -template -class C:public B { - C(){} -}; - -/* -g++ bugsol.C -bugsol.C:9: Internal compiler error. -bugsol.C:9: Please submit a full bug report to `egcs-bugs@cygnus.com'. - -g++ -v -Reading specs from -/home/pierre/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.16/specs -gcc version egcs-2.90.16 971105 (gcc2-970802 experimental) - -egcc compiled with gcc version 2.7.2.1 on debian 1.3.1 - -*/ -