public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6285] xfail fp-uint64-convert-double-* on all arm targets
@ 2023-02-22 17:39 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2023-02-22 17:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2d6a0fd3bddb9341f1512c21fcc55b3d39d9cd0e

commit r13-6285-g2d6a0fd3bddb9341f1512c21fcc55b3d39d9cd0e
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Feb 22 14:35:27 2023 -0300

    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.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c | 2 +-
 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c
index 61cfa963746..8f437e2efb1 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c
@@ -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" } */
diff --git a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c
index b32b28a3295..fd3f4cbfb83 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c
@@ -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" } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-22 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 17:39 [gcc r13-6285] xfail fp-uint64-convert-double-* on all arm targets Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).