From: mmitchel Date: Wed, 22 Nov 2000 23:24:43 +0000 (+0000) Subject: * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the X-Git-Tag: upstream/4.9.2~97788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac91be8f95b10403da3cca30271be27fde2c4686;p=platform%2Fupstream%2Flinaro-gcc.git * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the new ABI, too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37676 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 *-*-*