pr37780_1.c: Use arm_arch_v6t2 effective target and options.
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 10 Jun 2016 13:37:35 +0000 (13:37 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Fri, 10 Jun 2016 13:37:35 +0000 (15:37 +0200)
* gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target and options.

From-SVN: r237308

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr37780_1.c

index 19f379340233c4e71bcad7524b82f94cc6ea7905..98224abb04965a413b18010f3a81e07f1b88252e 100644 (file)
@@ -1,3 +1,8 @@
+2016-06-10  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target
+       and options.
+
 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
 
        PR sanitizer/71480
index b954fe5ceb89690feaa1098d0471b518bcbe0631..8e069200e9f24e084ca79142e4c4eae1d36aa9b6 100644 (file)
@@ -2,8 +2,9 @@
    being defined at zero.  */
 
 /* { dg-do compile } */
-/* { dg-require-effective-target arm_arch_v5_ok } */
+/* { dg-require-effective-target arm_arch_v6t2_ok } */
 /* { dg-options "-O2" } */
+/* { dg-add-options arm_arch_v6t2 } */
 
 int
 fooctz (int i)