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.
This commit is contained in:
Alexandre Oliva 2023-02-22 14:35:27 -03:00 committed by Alexandre Oliva
parent ac113b5aa9
commit 2d6a0fd3bd
2 changed files with 2 additions and 2 deletions

View 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" } */

View 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" } */