Commit f5128e88 by Paolo Carlini Committed by Paolo Carlini

undefined1.C: Add error message.

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

	* g++.dg/parse/undefined1.C: Add error message.

From-SVN: r61742
parent a560d4d4
2003-01-24 Paolo Carlini <pcarlini@unitus.it>
* g++.dg/parse/undefined1.C: Add error message.
2003-01-22 Mark Mitchell <mark@codesourcery.com> 2003-01-22 Mark Mitchell <mark@codesourcery.com>
PR c++/9354 PR c++/9354
......
...@@ -7,4 +7,4 @@ struct foo ...@@ -7,4 +7,4 @@ struct foo
foo(X) {} // { dg-error "" } foo(X) {} // { dg-error "" }
foo(X y, int) : x() {} // { dg-error "" } foo(X y, int) : x() {} // { dg-error "" }
}; }; // { dg-error "" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment