OSDN Git Service

2003-01-24 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Jan 2003 23:14:28 +0000 (23:14 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Jan 2003 23:14:28 +0000 (23:14 +0000)
* g++.dg/parse/undefined1.C: Add error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61742 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/undefined1.C

index 5dcd1d1..cbaafe0 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
+
+       * g++.dg/parse/undefined1.C: Add error message.
+
 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/9354
index 0ae4e88..324c575 100644 (file)
@@ -7,4 +7,4 @@ struct foo
 
     foo(X)              {} // { dg-error "" }
     foo(X y, int) : x() {} // { dg-error "" }
-};
+};                         // { dg-error "" }