public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Make the pass of 941014-1.c as a normal pass.
@ 2011-09-20  5:59 Terry Guo
  2011-09-23  9:11 ` Richard Earnshaw
  0 siblings, 1 reply; 3+ messages in thread
From: Terry Guo @ 2011-09-20  5:59 UTC (permalink / raw)
  To: gcc-patches

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Make the pass of 941014-1.c as a normal pass.
  2011-09-20  5:59 [PATCH] Make the pass of 941014-1.c as a normal pass Terry Guo
@ 2011-09-23  9:11 ` Richard Earnshaw
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Earnshaw @ 2011-09-23  9:11 UTC (permalink / raw)
  To: Terry Guo; +Cc: gcc-patches

On 20/09/11 02:52, Terry Guo wrote:
> 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.
> 

OK.

R.

> 
> 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
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] Make the pass of 941014-1.c as a normal pass.
@ 2011-09-23  6:30 Terry Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Terry Guo @ 2011-09-23  6:30 UTC (permalink / raw)
  To: gcc-patches; +Cc: ro, mikestump

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-23  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-20  5:59 [PATCH] Make the pass of 941014-1.c as a normal pass Terry Guo
2011-09-23  9:11 ` Richard Earnshaw
2011-09-23  6:30 Terry Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).