mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
603aeb8750
commit
18c9b7d424
|
|
@ -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>
|
2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
|
||||||
|
|
||||||
PR sanitizer/71480
|
PR sanitizer/71480
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,9 @@
|
||||||
being defined at zero. */
|
being defined at zero. */
|
||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-require-effective-target arm_arch_v5_ok } */
|
/* { dg-require-effective-target arm_arch_v6t2_ok } */
|
||||||
/* { dg-options "-O2" } */
|
/* { dg-options "-O2" } */
|
||||||
|
/* { dg-add-options arm_arch_v6t2 } */
|
||||||
|
|
||||||
int
|
int
|
||||||
fooctz (int i)
|
fooctz (int i)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue