From: Martin v. Löwis Date: Sat, 11 Jul 1998 10:36:18 +0000 (+0000) Subject: New test case. X-Git-Tag: prereleases/egcs-1.1-prerelease~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71523737008c14d3e6e0227ed6db74741868d0f0;p=thirdparty%2Fgcc.git New test case. From-SVN: r21060 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C new file mode 100644 index 000000000000..671cf005de50 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C @@ -0,0 +1,2 @@ +//Build don't link: +template class x {}; // ERROR - not a template instantiation