xfail fp-uint64-convert-double-* on all arm targets
authorAlexandre Oliva <oliva@adacore.com>
Wed, 22 Feb 2023 17:35:27 +0000 (14:35 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 22 Feb 2023 17:38:17 +0000 (14:38 -0300)
commit2d6a0fd3bddb9341f1512c21fcc55b3d39d9cd0e
tree2935d5863fa9d9c8782c4fd37a878734a80cdb34
parentac113b5aa9cf789e4e06ddab87f30a4245782669
xfail fp-uint64-convert-double-* on all arm targets

It wasn't long ago that I xfailed these tests on arm-*-eabi, but the
fail is expected on all other arm targets: even when hard float is
available, conversions between 64-bit integers and double are always
emulated on ARM, and the emulation disregards rounding modes.  So,
bump the xfail to all of arm-*-*.

for  gcc/testsuite/ChangeLog

* gcc.dg/torture/fp-uint64-convert-double-1.c: XFAIL on all of
arm-*-*.
* gcc.dg/torture/fp-uint64-convert-double-2.c: Likewise.
gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c
gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c