OSDN Git Service

* g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 23:24:43 +0000 (23:24 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 23:24:43 +0000 (23:24 +0000)
new ABI, too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37676 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/decl4.C

index 76cf1e8..b29f067 100644 (file)
@@ -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.
 
index 395f5b3..d29a181 100644 (file)
@@ -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 *-*-*