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
This commit is contained in:
Uros Bizjak 2010-08-08 15:05:43 +02:00 committed by Uros Bizjak
parent 2518310139
commit f7a86e8eb9
2 changed files with 7 additions and 1 deletions

View 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

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