aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2000-09-23 15:16:29 +0000
committerJason Merrill <jason@redhat.com>2000-09-23 15:16:29 +0000
commit93c6b4c21f60266a9f5bc0cebfe98f86c36a2a5a (patch)
tree37c32248c08d3d223e3594a4cec29be617299994
parentbdd21abf9f08b2fd4c7c2b16aea026445b8917c7 (diff)
add missing error marker
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@36578 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/crash23.C2
1 files changed, 1 insertions, 1 deletions
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 <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