]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Code is in error. Insure EGCS reports that.
authorRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 23:02:25 +0000 (23:02 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 23:02:25 +0000 (23:02 +0000)
From-SVN: r20125

gcc/testsuite/g++.old-deja/g++.robertl/eb119.C

index 8a25dab08415ea7aad7b84c5d5c199135d88d228..cecea834f8a33a873474d33e42b5aad3e49bc934 100644 (file)
@@ -5,6 +5,6 @@ void f()
 
 int main()
 {
-   f<bool>();
+  f<bool>(); // ERROR - .*
 }