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)
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

index 61cfa9637463191b6a3b7a2dc87eac5a09e98393..8f437e2efb1dbce8805392ea3f268e3422984044 100644 (file)
@@ -1,5 +1,5 @@
 /* PR84407 */
-/* { dg-do run { xfail { arm-*-eabi* } } } */
+/* { dg-do run { xfail { arm-*-* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math -fexcess-precision=standard" } */
index b32b28a329580ab399a640d57e05de463890f31c..fd3f4cbfb830f10aba6d1cc52895d3aa56290d91 100644 (file)
@@ -1,5 +1,5 @@
 /* PR84407 */
-/* { dg-do run { xfail { arm-*-eabi* } } } */
+/* { dg-do run { xfail { arm-*-* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */