thunk3.C: XFAIL on m32r*-*.
* g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*. * gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*. * gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*. From-SVN: r100010
This commit is contained in:
parent
776b966eb0
commit
527abb7a71
3 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-05-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||
|
||||
* g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
|
||||
* gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*.
|
||||
|
||||
2005-05-20 Bjoern Haase <bjoern.m.haase@web.de>
|
||||
|
||||
* gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*.
|
||||
|
||||
2004-05-19 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// { dg-do run { xfail 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-*-* 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.
|
||||
|
|
|
@ -29,7 +29,8 @@ set torture_eval_before_compile {
|
|||
set compiler_conditional_xfail_data {
|
||||
"This test fails to optimize completely on certain platforms." \
|
||||
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
|
||||
"h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" "bfin*-*" } \
|
||||
"h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" "bfin*-*" \
|
||||
"m32r*-*" "avr-*-*"} \
|
||||
{ "*" } \
|
||||
{ "-O0" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue