Hello,

This is an old case written in 1997. Perhaps it intends to cover an old gcc
bug. In fact the case itself passed on QEMU for cortex-m3. So I am proposing
a patch here to remove the test script to make this pass as a normal pass.
Otherwise the pass is regarded as XPASS. Is it ok to trunk?

BR,
Terry

2011-09-20  Terry Guo  <terry....@arm.com>

        * gcc.c-torture/execute/941014-1.x: Deleted.


diff --git a/gcc/testsuite/gcc.c-torture/execute/941014-1.x
b/gcc/testsuite/gcc.c-torture/execute/941014-1.x
deleted file mode 100644
index bbe060e..0000000
--- a/gcc/testsuite/gcc.c-torture/execute/941014-1.x
+++ /dev/null
@@ -1,15 +0,0 @@
-# This doesn't always work for Thumb.
- 
-if { [istarget arm*-*-*] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           "Thumb sets the last bit of function relocations" \
-                   { "arm*-*-*" } \
-                   { { "-mthumb" "-O0" } } \
-                   { "" }
-       }
-    }
-}
-
-return 0




Reply via email to