public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH][ARM] Fix thumb1-far-jump-2.c testcase.
@ 2015-05-15 18:10 Alex Velenko
  2015-05-15 21:56 ` Mike Stump
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Velenko @ 2015-05-15 18:10 UTC (permalink / raw)
  To: gcc-patches; +Cc: Marcus.Shawcroft

Hi,

This patch fixes testcase thumb1-far-jump-2.c to confirm to newer compilation
defaults.

Is patch ok?

gcc/testsuite

2015-05-15  Alex Velenko  <Alex.Velenko@arm.com>

        * gcc.target/arm/thumb1-far-jump-2.c (r4): Added int in definition.
---
 gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c b/gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c
index c6878f8..78fcafa 100644
--- a/gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c
+++ b/gcc/testsuite/gcc.target/arm/thumb1-far-jump-2.c
@@ -5,7 +5,7 @@
 /* { dg-options "-Os" } */
 /* { dg-skip-if "" { ! { arm_thumb1 } } } */
 
-volatile register r4 asm("r4");
+volatile register int r4 asm ("r4");
 void f3(int i)
 {
 #define GO(n) \
-- 
1.8.1.2

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

* Re: [PATCH] [PATCH][ARM] Fix thumb1-far-jump-2.c testcase.
  2015-05-15 18:10 [PATCH] [PATCH][ARM] Fix thumb1-far-jump-2.c testcase Alex Velenko
@ 2015-05-15 21:56 ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2015-05-15 21:56 UTC (permalink / raw)
  To: Alex Velenko; +Cc: gcc-patches, Marcus.Shawcroft

On May 15, 2015, at 11:07 AM, Alex Velenko <Alex.Velenko@arm.com> wrote:
> This patch fixes testcase thumb1-far-jump-2.c to confirm to newer compilation
> defaults.
> 
> Is patch ok?

Ok.

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

end of thread, other threads:[~2015-05-15 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15 18:10 [PATCH] [PATCH][ARM] Fix thumb1-far-jump-2.c testcase Alex Velenko
2015-05-15 21:56 ` Mike Stump

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