add missing error marker
authorJason Merrill <jason@gcc.gnu.org>
Sat, 23 Sep 2000 15:16:29 +0000 (11:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 23 Sep 2000 15:16:29 +0000 (11:16 -0400)
From-SVN: r36578

gcc/testsuite/g++.old-deja/g++.other/crash23.C

index 75bab60..0df4e23 100644 (file)
@@ -2,6 +2,6 @@
 // Origin: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
 
 class T;
-inline void operator<(T&, T&) { }
+inline void operator<(T&, T&) { } // ERROR -  previous definition
 inline void operator<(T&, T&) { } // ERROR - duplicate definition