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
This commit is contained in:
Christophe Lyon 2016-06-10 13:37:35 +00:00 committed by Christophe Lyon
parent 603aeb8750
commit 18c9b7d424
2 changed files with 7 additions and 1 deletions

View 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

View 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)