This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] Make the pass of 941014-1.c as a normal pass.


Ping.

BR,
Terry

> -----Original Message-----
> From: Terry Guo [mailto:terry.guo@arm.com]
> Sent: Tuesday, September 20, 2011 9:52 AM
> To: gcc-patches@gcc.gnu.org
> Subject: [PATCH] Make the pass of 941014-1.c as a normal pass.
> 
> 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.guo@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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]