aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-06-10 13:37:35 +0000
committerChristophe Lyon <clyon@gcc.gnu.org>2016-06-10 15:37:35 +0200
commit18c9b7d42460b6ea55bd506a9f751968d1355770 (patch)
tree7d20da3c2bf02d7e737cfc8663d88c940ad94cc0
parent603aeb87505e6777e159c0bfaee72a3708c8f6a1 (diff)
downloadgcc-18c9b7d42460b6ea55bd506a9f751968d1355770.zip
gcc-18c9b7d42460b6ea55bd506a9f751968d1355770.tar.gz
gcc-18c9b7d42460b6ea55bd506a9f751968d1355770.tar.bz2
pr37780_1.c: Use arm_arch_v6t2 effective target and options.
* gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target and options. From-SVN: r237308
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.target/arm/pr37780_1.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 19f3793..98224ab 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.target/arm/pr37780_1.c b/gcc/testsuite/gcc.target/arm/pr37780_1.c
index b954fe5..8e06920 100644
--- a/gcc/testsuite/gcc.target/arm/pr37780_1.c
+++ b/gcc/testsuite/gcc.target/arm/pr37780_1.c
@@ -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)