sdiv_costs_1.c: Use dg-add-options.
authorTamar Christina <tamar.christina@arm.com>
Thu, 15 Jun 2017 09:23:28 +0000 (09:23 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Thu, 15 Jun 2017 09:23:28 +0000 (09:23 +0000)
2017-06-15  Tamar Christina  <tamar.christina@arm.com>

* gcc.target/arm/sdiv_costs_1.c:
Use dg-add-options.

From-SVN: r249214

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

index dc82af015570afc6a6faab1dbed7315e121ccf30..5e05a353702bfcaf47cd3b2a68de027e1789255a 100644 (file)
@@ -1,3 +1,8 @@
+2017-06-15  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/arm/sdiv_costs_1.c:
+       Use dg-add-options.
+
 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
 
        * gcc.target/mips/data-sym-jump.c: Adjust for whitespace changes.
index 9d094ac0c1d12193e8db82120d266bae5b5bf297..64b7e249f42cce461f2b08119d140a66fb2b3eab 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -march=armv8-a" } */
+/* { dg-options "-O3" } */
 /* { dg-require-effective-target arm_arch_v8a_ok } */
+/* { dg-add-options arm_arch_v8a } */
 
 /* Both sdiv and udiv can be used here, so prefer udiv.  */
 int f1 (unsigned char *p)