sdiv_costs_1.c: Require arm_v8_vfp_ok.
authorTamar Christina <tamar.christina@arm.com>
Mon, 12 Jun 2017 13:24:37 +0000 (13:24 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Mon, 12 Jun 2017 13:24:37 +0000 (13:24 +0000)
2017-06-12  Tamar Christina  <tamar.christina@arm.com>

* gcc.target/arm/sdiv_costs_1.c: Require arm_v8_vfp_ok.

From-SVN: r249125

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

index 854ceb411cf6d42352772ba11096dbfdb3daa15d..8b48a411f6125521b4c81c15a6e935c435ef5ade 100644 (file)
@@ -1,4 +1,7 @@
-gcc/testsuite/
+2017-06-12  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/arm/sdiv_costs_1.c: Require arm_v8_vfp_ok.
+
 2017-06-12  Tamar Christina  <tamar.christina@arm.com>
 
        * gcc.target/arm/sdiv_costs_1.c: Disable on softfloat.
index 2ef397e22ca1643685ec7af31f76201746df5015..3920590dfcce975aaf7cbe7a4d056df203b7ca2e 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -march=armv8-a" } */
-/* { dg-require-effective-target arm_hard_vfp_ok }  */
+/* { dg-options "-O3" } */
+/* { dg-require-effective-target arm_v8_vfp_ok }  */
 
 /* Both sdiv and udiv can be used here, so prefer udiv.  */
 int f1 (unsigned char *p)