From a862e958888105490fe9f442b62f3df1ece06520 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 22 Nov 2000 23:24:43 +0000 Subject: decl4.C: Tweak so that it fails with the new ABI, too. * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the new ABI, too. From-SVN: r37676 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/g++.old-deja/g++.other/decl4.C | 1 + 2 files changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 76cf1e8..b29f067 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2000-11-22 Mark Mitchell + * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the + new ABI, too. + * g++.old-deja/g++.mike/p6610a.C: This test no longer fails. * g++.old-deja/g++.robertl/eb55.C: Likewise. diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl4.C b/gcc/testsuite/g++.old-deja/g++.other/decl4.C index 395f5b3..d29a181 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/decl4.C +++ b/gcc/testsuite/g++.old-deja/g++.other/decl4.C @@ -6,3 +6,4 @@ struct foo { operator long double(); }; int bar(int __opr); // gets bogus error - XFAIL *-*-* +int bar(int __ope); // gets bogus error - XFAIL *-*-* -- cgit v1.1