public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] xfail fp-uint64-convert-double-* on all arm targets
@ 2023-02-22 17:23 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-22 17:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:71420167ddb42fda6407da9813363b71c2ec74c4

commit 71420167ddb42fda6407da9813363b71c2ec74c4
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:39:39 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] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] xfail fp-uint64-convert-double-* on all arm targets
@ 2023-02-23 13:48 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-23 13:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:79d81235f9dabf813d1e8cd422c133ee07b8afe4

commit 79d81235f9dabf813d1e8cd422c133ee07b8afe4
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 23 10:30:28 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:

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] xfail fp-uint64-convert-double-* on all arm targets
@ 2023-02-22 14:49 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-22 14:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3439cccf89739e45d071826fd864ed221cb7a22a

commit 3439cccf89739e45d071826fd864ed221cb7a22a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:39:39 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] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] xfail fp-uint64-convert-double-* on all arm targets
@ 2023-02-16 11:12 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-16 11:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:85526d5ff3de455733ddb5d855c223563200b513

commit 85526d5ff3de455733ddb5d855c223563200b513
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:39:39 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] 4+ messages in thread

end of thread, other threads:[~2023-02-23 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 17:23 [gcc(refs/users/aoliva/heads/testme)] xfail fp-uint64-convert-double-* on all arm targets Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-02-23 13:48 Alexandre Oliva
2023-02-22 14:49 Alexandre Oliva
2023-02-16 11:12 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).