* gcc.c-torture/execute/
20020720-1.x: Add xfail for m32r*-*.
* gcc.c-torture/execute/
20020720-1.x: Add xfail for avr-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100010
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
-// { 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.
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" }
}