* g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.

From-SVN: r91336
This commit is contained in:
Richard Sandiford 2004-11-26 10:16:13 +00:00 committed by Richard Sandiford
parent 3aeee1b434
commit 2a5137807f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.