ARM][obvious] Fix gcc.target/arm/thumb-ifcvt.c
2015-06-16 Christophe Lyon <christophe.lyon@linaro.org> * gcc.target/arm/thumb-ifcvt.c: Add -mno-restrict-it to dg-options. From-SVN: r224509
This commit is contained in:
parent
8c629c032d
commit
c764591d76
@ -1,3 +1,8 @@
|
||||
2015-06-16 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* gcc.target/arm/thumb-ifcvt.c: Add -mno-restrict-it to
|
||||
dg-options.
|
||||
|
||||
2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp:
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Check that Thumb 16-bit shifts can be if-converted. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target arm_thumb2_ok } */
|
||||
/* { dg-options "-O2 -mthumb" } */
|
||||
/* { dg-options "-O2 -mthumb -mno-restrict-it" } */
|
||||
|
||||
int
|
||||
foo (int a, int b)
|
||||
|
Loading…
Reference in New Issue
Block a user