* gcc.c-torture/execute/960321-1.x: Remove.

From-SVN: r173890
This commit is contained in:
Rainer Orth 2011-05-19 08:02:26 +00:00 committed by Rainer Orth
parent 4577f7309a
commit 5bbe9958e0
2 changed files with 4 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.c-torture/execute/960321-1.x: Remove.
2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
PR target/49002

View File

@ -1,15 +0,0 @@
# This test fails to link on 64-bit Solaris 2/x86 due to a Sun as bug.
if { [istarget "i?86-*-solaris2*"]
&& ! [check_effective_target_ilp32]
&& ! [check_effective_target_gas] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"64-bit Sun as bug" \
{ "i?86-*-solaris2*" } \
{ "-O[1-3s]" } \
{ "" }
}
}
}
return 0