From: Robert Lipe Date: Sun, 31 May 1998 21:08:03 +0000 (+0000) Subject: Martin said: X-Git-Tag: prereleases/egcs-1.1-prerelease~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f4d936f3828c99d57a77e7a3f5dbe0d77630560;p=thirdparty%2Fgcc.git Martin said: This is illegal C++, and egcs detects that. From-SVN: r20156 --- diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C index 5bd796a420d0..ef25fb46634e 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C @@ -5,7 +5,7 @@ template inline unsigned f (unsigned* ptr); template inline unsigned f (unsigned* ptr) -{ +{ //ERROR - partial specialization of function? return 1; }