public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4553] [arm] xfail fp-uint64-convert-double tests
@ 2022-12-08 10:57 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-12-08 10:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a82c119b1e9e45861ac04df8736917f396e1b740

commit r13-4553-ga82c119b1e9e45861ac04df8736917f396e1b740
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Dec 8 07:50:32 2022 -0300

    [arm] xfail fp-uint64-convert-double tests
    
    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.

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 0c7bf003e93..61cfa963746 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 } */
+/* { 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" } */
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 ac24b351a46..b32b28a3295 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 } */
+/* { dg-do run { xfail { arm-*-eabi* } } } */
 /* { 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:[~2022-12-08 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 10:57 [gcc r13-4553] [arm] xfail fp-uint64-convert-double tests 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).