From 2a5137807f367425691bd840c547b289eaeec05b Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 26 Nov 2004 10:16:13 +0000 Subject: [PATCH] * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail. From-SVN: r91336 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.jason/thunk3.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 33a23590ec0..e32b0b630d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-26 Richard Sandiford + + * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail. + 2004-11-26 Ben Elliston * 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 8b8104969a3..e04e62828cd 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. -- 2.30.2