diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-11-22 23:24:43 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-11-22 23:24:43 +0000 |
commit | a862e958888105490fe9f442b62f3df1ece06520 (patch) | |
tree | 85261dfadad76434c08aae709335f5b6285e3ae4 | |
parent | c361fee0408ffbccf9ba809ede19015d2c071550 (diff) | |
download | gcc-a862e958888105490fe9f442b62f3df1ece06520.zip gcc-a862e958888105490fe9f442b62f3df1ece06520.tar.gz gcc-a862e958888105490fe9f442b62f3df1ece06520.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/decl4.C | 1 |
2 files changed, 4 insertions, 0 deletions
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 <mark@codesourcery.com> + * 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 *-*-* |