From: Jason Merrill Date: Sat, 23 Sep 2000 15:16:29 +0000 (-0400) Subject: add missing error marker X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc2b3c86d5cf9801763176b3007cb0e73806ba66;p=gcc.git add missing error marker From-SVN: r36578 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash23.C b/gcc/testsuite/g++.old-deja/g++.other/crash23.C index 75bab602650..0df4e23df7e 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash23.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash23.C @@ -2,6 +2,6 @@ // Origin: Gerald Pfeifer class T; -inline void operator<(T&, T&) { } +inline void operator<(T&, T&) { } // ERROR - previous definition inline void operator<(T&, T&) { } // ERROR - duplicate definition