Arm: Fix testism in pr88850 testcase.
authorTamar Christina <tamar.christina@arm.com>
Thu, 14 Feb 2019 18:29:06 +0000 (18:29 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Thu, 14 Feb 2019 18:29:06 +0000 (18:29 +0000)
gcc/testsuite/ChangeLog:

* gcc.target/arm/pr88850.c: change options to additional option.

From-SVN: r268887

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

index bec48f2..666e549 100644 (file)
@@ -1,3 +1,7 @@
+2019-02-14  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/arm/pr88850.c: change options to additional option.
+
 2019-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR d/87864
index 66d0e9e..6edd6bc 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/88850 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fdump-rtl-final" } */
+/* { dg-additional-options "-O2 -march=armv7-a -mfloat-abi=softfp -mfpu=neon -fdump-rtl-final" } */
 /* { dg-require-effective-target arm_neon_ok } */
 
 typedef __builtin_neon_qi int8x8_t __attribute__ ((__vector_size__ (8)));