add missing fp16 options
authorAlexandre Oliva <oliva@adacore.com>
Wed, 8 Apr 2020 17:24:29 +0000 (14:24 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 8 Apr 2020 17:24:29 +0000 (14:24 -0300)
dg-require-effective-target arm_fp16_alternative_ok may pass even when
arm_fp16_ok doesn't, and the latter's failure inhibits dg-add-options
arm_fp16_alternative.  Requiring arm_fp16_ok would disable the test,
but if we just pass it the -mfp16-format=alternative option, it passes
even without arm_fp16_ok.  Sibling test fp16-aapcs-4.c underwent a
similar change, so I'm proposing the explicit option to fp16-aapcs-3.c
as well.

for  gcc/testsuite/ChangeLog

* gcc.target/arm/fp16-aapcs-3.c: Explicitly use the
-mfp16-format=alternative option.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c

index e8305cb1c33f669af6cb452aa794ba2e8c764ec1..db4f63924935053192f1f00eff53a8bf463d2e28 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-08  Alexandre Oliva <oliva@adacore.com>
+
+       * gcc.target/arm/fp16-aapcs-3.c: Explicitly use the
+       -mfp16-format=alternative option.
+
 2020-04-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/94417
index 56a3ae2618432a408cd9b20f9e1334106efab98b..858181cdd8561346e35ef9ce0d249e8d38d9e802 100644 (file)
@@ -1,8 +1,7 @@
 /* { dg-do compile }  */
 /* { dg-require-effective-target arm_hard_vfp_ok }  */
 /* { dg-require-effective-target arm_fp16_alternative_ok } */
-/* { dg-options "-O2" }  */
-/* { dg-add-options arm_fp16_alternative } */
+/* { dg-options "-O2 -mfp16-format=alternative" }  */
 
 /* Test __fp16 arguments and return value in registers (hard-float).  */