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

From-SVN: r59995
This commit is contained in:
Jakub Jelinek 2002-12-10 12:40:26 +01:00 committed by Jakub Jelinek
parent 17376344dd
commit a63e8c56ce
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-10 Jakub Jelinek <jakub@redhat.com>
* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/special/conpr-2.C: Expect failure on solaris2.

View File

@ -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 }