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)
commit7dbfcb91a87f78446c5e10582d4ea9ea168f3f98
treef81e9bce6c4b5f574fe88c9b57895db3cfd5665e
parentc5f379653964a1d2c7037b2de3e947a48370a198
add missing fp16 options

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