ARM][obvious] Fix gcc.target/arm/thumb-ifcvt.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 16 Jun 2015 10:19:59 +0000 (10:19 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 16 Jun 2015 10:19:59 +0000 (12:19 +0200)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/thumb-ifcvt.c

index 859acb77606b19ee60b2859636566765525cea08..a87bb15092ed3bf116f8ab62ad720bc03fd94ceb 100644 (file)
@@ -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:
index d51827aa74209f880ee8471574edf9fa58a21c1c..02e56f53b0d31b9e6ea1b1424f130ffe90d21e36 100644 (file)
@@ -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)