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
+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:
/* 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)