pr65067.c: Require Thumb2 effective target.
authorYvan Roux <yvan.roux@linaro.org>
Tue, 5 May 2015 09:37:11 +0000 (09:37 +0000)
committerYvan Roux <yroux@gcc.gnu.org>
Tue, 5 May 2015 09:37:11 +0000 (09:37 +0000)
gcc/testsuite/
2015-05-05  Yvan Roux  <yvan.roux@linaro.org>

* gcc.target/arm/pr65067.c: Require Thumb2 effective target.
* gcc.target/arm/pr65924.c: Likewise.

From-SVN: r222798

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr65067.c
gcc/testsuite/gcc.target/arm/pr65924.c

index 37cdbf9..581d68d 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
+
+       * gcc.target/arm/pr65067.c: Require Thumb2 effective target.
+       * gcc.target/arm/pr65924.c: Likewise.
+
 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/65871
index 9ddd7bb..05da294 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-options "-mthumb -mcpu=cortex-m3 -O2" } */
 
 struct tmp {
index 746749f..e1ad394 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-options "-O2 -mthumb" } */
 
 int a, b, c;