[GCC][ARM]: Fix the failing ACLE testcase with correct test directive.
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Thu, 21 Nov 2019 17:31:01 +0000 (17:31 +0000)
committerMatthew Malcomson <matmal01@gcc.gnu.org>
Thu, 21 Nov 2019 17:31:01 +0000 (17:31 +0000)
Hello,

This patch fixes arm acle testcase crc_hf_1.c by modifying the compiler
options directive.

Regression tested on arm-none-eabi and found no regressions.

Ok for trunk? If ok, please commit on my behalf, I don't have the commit
rights.

Thanks,
Srinath.

Applied on behalf of Srinath.

gcc/testsuite/ChangeLog:

2019-11-21  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>

* gcc.target/arm/acle/crc_hf_1.c: Modify the compiler options directive
from dg-options to dg-additional-options.

From-SVN: r278588

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c

index a075a6fbd246056f87b3f70af72f09cfdf6ab603..1ae64a6a28d60d3f3dd5222a1c9c3f2b90df76bb 100644 (file)
@@ -1,3 +1,8 @@
+2019-11-21  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
+
+       * gcc.target/arm/acle/crc_hf_1.c: Modify the compiler options directive
+       from dg-options to dg-additional-options.
+
 2019-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * gcc.c-torture/execute/20030913-1.c: Rename glob to g.
index e6cbfc0b33e56e4275b96978ca1823d7682792fb..f1de2bdffee41a0f3259e2bf00296e9c3218f548 100644 (file)
@@ -3,7 +3,7 @@
 
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_hard_vfp_ok }  */
-/* { dg-options "-mfloat-abi=hard -march=armv8-a+simd+crc" } */
+/* { dg-additional-options "-mfloat-abi=hard -march=armv8-a+simd+crc" } */
 
 #include <arm_acle.h>