thumb1-far-jump-2.c (r4): Added int in definition.

gcc/testsuite

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

        * gcc.target/arm/thumb1-far-jump-2.c (r4): Added int in definition.

From-SVN: r223451
This commit is contained in:
Alex Velenko 2015-05-20 18:04:41 +00:00 committed by Alex Velenko
parent 7769c9deff
commit eb3243e854
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-05-20 Alex Velenko <Alex.Velenko@arm.com>
* gcc.target/arm/thumb1-far-jump-2.c (r4): Added int in definition.
2015-05-20 David Malcolm <dmalcolm@redhat.com>
* c-c++-common/Wmisleading-indentation.c (fn_32): New.

View File

@ -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) \