Commit 801bb04d by Jakub Jelinek Committed by Jakub Jelinek

* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.

From-SVN: r59994
parent 17772b2a
2002-12-10 Jakub Jelinek <jakub@redhat.com>
* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
2002-12-09 Mark Mitchell <mark@codesourcery.com>
* g++.dg/template/static1.C: New test.
......
......@@ -3,4 +3,4 @@
// { dg-do compile }
struct {
a(void = 0; a(0), a(0) // { dg-error "" }
a(void = 0; a(0), a(0) // { dg-error "" "" { target *-*-* } 7 }
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