diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-11-26 10:16:13 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-11-26 10:16:13 +0000 |
commit | 2a5137807f367425691bd840c547b289eaeec05b (patch) | |
tree | 1d7b875e12f7f27407ecd3b9b5aa467fae973959 | |
parent | 3aeee1b434bd034fafff6aeb5309c565e74e3f41 (diff) | |
download | gcc-2a5137807f367425691bd840c547b289eaeec05b.zip gcc-2a5137807f367425691bd840c547b289eaeec05b.tar.gz gcc-2a5137807f367425691bd840c547b289eaeec05b.tar.bz2 |
* g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
From-SVN: r91336
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/thunk3.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 33a2359..e32b0b6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-26 Richard Sandiford <rsandifo@redhat.com> + + * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail. + 2004-11-26 Ben Elliston <bje@au.ibm.com> * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C index 8b81049..e04e628 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* } } +// { dg-do run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* } } // Test that variadic function calls using thunks work right. // Note that this will break on any target that uses the generic thunk // support, because it doesn't support variadic functions. |