Commit aa3a4a17 by Nick Clifton Committed by Nick Clifton

20020720-1.x: Fix m32r target selector to be a proper triple, ie: m32r*-*-*.

* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper
    triple, ie: m32r*-*-*.
* g++.old-deja/g++.jason/thunk3.C: Likewise.

From-SVN: r100078
parent bea5071f
2005-05-23 Nick Clifton <nickc@redhat.com>
* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to
be a proper triple, ie: m32r*-*-*.
* g++.old-deja/g++.jason/thunk3.C: Likewise.
2004-05-21 Andrew Pinski <pinskia@physics.uc.edu> 2004-05-21 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/21331 PR middle-end/21331
......
// { dg-do run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* m32r*-* } } // { 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. // Test that variadic function calls using thunks work right.
// Note that this will break on any target that uses the generic thunk // Note that this will break on any target that uses the generic thunk
// support, because it doesn't support variadic functions. // support, because it doesn't support variadic functions.
......
...@@ -30,7 +30,7 @@ set torture_eval_before_compile { ...@@ -30,7 +30,7 @@ set torture_eval_before_compile {
"This test fails to optimize completely on certain platforms." \ "This test fails to optimize completely on certain platforms." \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \ { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
"h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" "bfin*-*" \ "h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" "bfin*-*" \
"m32r*-*" "avr-*-*"} \ "m32r*-*-*" "avr-*-*"} \
{ "*" } \ { "*" } \
{ "-O0" } { "-O0" }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment