* 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
+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.
+++ /dev/null
-# 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
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