]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[arm] xfail fp-uint64-convert-double tests
authorAlexandre Oliva <oliva@adacore.com>
Thu, 8 Dec 2022 10:50:32 +0000 (07:50 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 8 Dec 2022 10:50:32 +0000 (07:50 -0300)
The FP emulation on ARM doesn't take rounding modes into account.  The
tests require hard_float, but that only tests for calls when adding
doubles.  There are arm targets that support hardware adds, but that
emulate conversions.

for  gcc/testsuite/ChangeLog

* gcc.dg/torture/fp-uint64-convert-double-1.c: Expect fail on
arm-*-eabi*.
* 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 0c7bf003e93ed8fcd8794242fb206c2b5286f92b..61cfa9637463191b6a3b7a2dc87eac5a09e98393 100644 (file)
@@ -1,5 +1,5 @@
 /* PR84407 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-eabi* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math -fexcess-precision=standard" } */
index ac24b351a46d66cf36f03aee7bc77348bacfce3f..b32b28a329580ab399a640d57e05de463890f31c 100644 (file)
@@ -1,5 +1,5 @@
 /* PR84407 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-eabi* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */