From: Christophe Lyon Date: Fri, 10 Jun 2016 13:37:35 +0000 (+0000) Subject: pr37780_1.c: Use arm_arch_v6t2 effective target and options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18c9b7d42460b6ea55bd506a9f751968d1355770;p=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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 19f37934023..98224abb049 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-06-10 Christophe Lyon + + * gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target + and options. + 2016-06-10 Maxim Ostapenko PR sanitizer/71480 diff --git a/gcc/testsuite/gcc.target/arm/pr37780_1.c b/gcc/testsuite/gcc.target/arm/pr37780_1.c index b954fe5ceb8..8e069200e9f 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)