Commit c535fc9f by Andreas Jaeger Committed by Andreas Jaeger

re PR tree-optimization/16437 (New c-torture failures after bitfield patch)

	* gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
	* gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.

From-SVN: r87350
parent 431ae0bf
2004-09-11 Andreas Jaeger <aj@suse.de>
* gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
* gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
2004-09-11 Richard Sandiford <rsandifo@redhat.com>
* gcc.target/frv: New directory of FR-V-specific tests.
......
# PR 16437. This fails on x86_64 now.
if { [istarget "x86_64-*-*"] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
{ "PR 16437" } \
{ "x86_64-*-*" } \
{ "*-O[123s]*" } \
{ "-O0" }
}
}
}
return 0
......@@ -5,17 +5,4 @@ if { [istarget "mcore-*-*"] } {
set torture_execute_xfail "mcore-*-*"
}
# PR 16437. This fails on x86_64 now.
if { [istarget "x86_64-*-*"] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
{ "PR 16437" } \
{ "x86_64-*-*" } \
{ "*-O[123s]*" } \
{ "-O0" }
}
}
}
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