From: Uros Bizjak Date: Sun, 8 Aug 2010 13:05:43 +0000 (+0200) Subject: thunk3.C: Skip for targets with generic thunk support. X-Git-Tag: releases/gcc-4.4.5~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a86e8eb92739a36126df0f2cd9e87745d7b5cd;p=thirdparty%2Fgcc.git thunk3.C: Skip for targets with generic thunk support. * g++.old-deja/g++.jason/thunk3.C: Skip for targets with generic thunk support. From-SVN: r163000 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a1bb4d8c8882..e0989e80f3f3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-08-08 Uros Bizjak + + * g++.old-deja/g++.jason/thunk3.C: Skip for targets with + generic thunk support. + 2010-07-27 Richard Guenther PR c/44555 diff --git a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C index d91982f7ed02..685a42bf2ab9 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C @@ -1,4 +1,5 @@ -// { dg-do run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa*-*-* m32r*-*-* } } +// { dg-do run } +// { dg-skip-if "fails with generic thunk support" { rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa*-*-* m32r*-*-* } { "*" } { "" } } // 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.