public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase
       [not found] <4e7162c9.281b440a.1f2b.ffffbcd3SMTPIN_ADDED@mx.google.com>
@ 2011-09-15 14:27 ` Ramana Radhakrishnan
  0 siblings, 0 replies; 3+ messages in thread
From: Ramana Radhakrishnan @ 2011-09-15 14:27 UTC (permalink / raw)
  To: Bin Cheng; +Cc: gcc-patches

On 15 September 2011 03:27, Bin Cheng <bin.cheng@arm.com> wrote:
> Hi,
> Bug PR46934 exists on all thumb1 targets, for example cortex-m0.
> This patch removes "-march=armv5te" option for testcase pr46934.c,
> allowing the test to be run on all thumb1 targets, not just armv5te.
>
> Is it ok? Thanks.
>
> gcc/testsuite/ChangeLog:
> 2011-09-15  Cheng Bin <bin.cheng@arm.com>
>               * gcc.target/arm/pr46934.c: remove -march=armv5te option.

This is OK.

Ramana
>
> Thanks-chengbin

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

* Re: [ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase
  2011-09-15  8:49 Bin Cheng
@ 2011-09-15 17:10 ` Richard Earnshaw
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Earnshaw @ 2011-09-15 17:10 UTC (permalink / raw)
  To: Bin Cheng; +Cc: gcc-patches

On 15/09/11 03:27, Bin Cheng wrote:
> Hi,
> Bug PR46934 exists on all thumb1 targets, for example cortex-m0.
> This patch removes "-march=armv5te" option for testcase pr46934.c,
> allowing the test to be run on all thumb1 targets, not just armv5te.
> 
> Is it ok? Thanks.
> 
> gcc/testsuite/ChangeLog:
> 2011-09-15  Cheng Bin <bin.cheng@arm.com>
>                * gcc.target/arm/pr46934.c: remove -march=armv5te option.

s/remove/Remove/

R.


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

* [ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase
@ 2011-09-15  8:49 Bin Cheng
  2011-09-15 17:10 ` Richard Earnshaw
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Cheng @ 2011-09-15  8:49 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

Hi,
Bug PR46934 exists on all thumb1 targets, for example cortex-m0.
This patch removes "-march=armv5te" option for testcase pr46934.c,
allowing the test to be run on all thumb1 targets, not just armv5te.

Is it ok? Thanks.

gcc/testsuite/ChangeLog:
2011-09-15  Cheng Bin <bin.cheng@arm.com>
               * gcc.target/arm/pr46934.c: remove -march=armv5te option.

Thanks-chengbin

[-- Attachment #2: relax-option-for-pr46934-testcase.patch --]
[-- Type: application/octet-stream, Size: 434 bytes --]

diff --git a/gcc/testsuite/gcc.target/arm/pr46934.c b/gcc/testsuite/gcc.target/arm/pr46934.c
index 22b8aa8..d4a56e6 100644
--- a/gcc/testsuite/gcc.target/arm/pr46934.c
+++ b/gcc/testsuite/gcc.target/arm/pr46934.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-march=armv5te -mthumb -Os" }  */
+/* { dg-options "-mthumb -Os" }  */
 /* { dg-require-effective-target arm_thumb1_ok } */
 
 int caller (unsigned int reg_type)

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

end of thread, other threads:[~2011-09-15 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4e7162c9.281b440a.1f2b.ffffbcd3SMTPIN_ADDED@mx.google.com>
2011-09-15 14:27 ` [ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase Ramana Radhakrishnan
2011-09-15  8:49 Bin Cheng
2011-09-15 17:10 ` Richard Earnshaw

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