This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[C++ testsuite] Tweak g++.dg/parse/undefined1.C


Hi,

as per

   http://gcc.gnu.org/ml/gcc/2003-01/msg01177.html

Tested x86-linux.

Ok?

Paolo.
2003-01-24  Paolo Carlini  <pcarlini@unitus.it>

	* g++.dg/parse/undefined1.C: Add error message.
--- undefined1.C.~1.1.~	2003-01-23 00:21:51.000000000 +0100
+++ undefined1.C	2003-01-24 22:52:24.000000000 +0100
@@ -7,4 +7,4 @@
 
     foo(X)              {} // { dg-error "" }
     foo(X y, int) : x() {} // { dg-error "" }
-};
+};                         // { dg-error "" }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]