]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
thunk3.C: Skip for targets with generic thunk support.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 8 Aug 2010 13:05:43 +0000 (15:05 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 8 Aug 2010 13:05:43 +0000 (15:05 +0200)
* g++.old-deja/g++.jason/thunk3.C: Skip for targets with
generic thunk support.

From-SVN: r163000

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk3.C

index a1bb4d8c8882ec9fef25a3687f6af1f29024a46b..e0989e80f3f32c74a277f91e143c22f7e060d964 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-08  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.old-deja/g++.jason/thunk3.C: Skip for targets with
+       generic thunk support.
+
 2010-07-27  Richard Guenther  <rguenther@suse.de>
 
        PR c/44555
index d91982f7ed027fdc00a122ccba9bd95f2d8f4489..685a42bf2ab93a01512fdd2f613c01443c8bf243 100644 (file)
@@ -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.