Commit 0ac1a3d3 by Kazu Hirata Committed by Kazu Hirata

20020604-1.x: New.

	* gcc.c-torture/compile/20020604-1.x: New.
	* gcc.c-torture/compile/simd-5.x: Likewise.
	* gcc.c-torture/execute/920710-1.x: Likewise.
	* gcc.c-torture/execute/20020720-1.x: Disable on h8300.

From-SVN: r58358
parent 5ec1192e
2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/compile/20020604-1.x: New.
* gcc.c-torture/compile/simd-5.x: Likewise.
* gcc.c-torture/execute/920710-1.x: Likewise.
* gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2002-10-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/inherit/override1.C: Add dg-options clause.
......
# The array is too big.
if { [istarget "h8300-*-*"] } {
return 1;
}
return 0
# h8300 does not have long long
if { [istarget "h8300-*-*"] } {
return 1;
}
return 0
......@@ -15,7 +15,7 @@ set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"This test fails to optimize completely on certain platforms." \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" } \
{ "*" } \
{ "-O0" }
}
......
# h8300 does not have long long
if { [istarget "h8300-*-*"] } {
return 1;
}
return 0
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