public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9939] s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c
@ 2024-04-12 14:54 Stefan Schulze Frielinghaus
  0 siblings, 0 replies; only message in thread
From: Stefan Schulze Frielinghaus @ 2024-04-12 14:54 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-9939-ga76f236e084cbd02e4e3711cdfc3191dc7eeb460
Author: Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Date:   Fri Apr 12 16:54:38 2024 +0200

    s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c
    
    As mentioned in PR114678 those failures will be fixed by
    https://gcc.gnu.org/pipermail/gcc-patches/2024-March/648303.html
    For GCC 14 just xfail them which should be reverted once the patch is
    applied.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/tree-ssa/range-sincos.c: Xfail for s390.
            * gcc.dg/tree-ssa/vrp-float-abs-1.c: Dito.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c    | 2 +-
 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c b/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c
index 337f9cda02f..35b38c3c914 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c
@@ -40,4 +40,4 @@ stool (double x)
     link_error ();
 }
 
-// { dg-final { scan-tree-dump-not "link_error" "evrp" { target { { *-*-linux* } && { glibc } } } } }
+// { dg-final { scan-tree-dump-not "link_error" "evrp" { target { { *-*-linux* } && { glibc } } xfail s390*-*-* } } } xfail: PR114678
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c b/gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c
index 4b7b75833e0..a814a973963 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c
@@ -14,4 +14,4 @@ foo (double x, double y)
     }
 }
 
-// { dg-final { scan-tree-dump-not "link_error" "evrp" } }
+// { dg-final { scan-tree-dump-not "link_error" "evrp" { xfail s390*-*-* } } } xfail: PR114678

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

only message in thread, other threads:[~2024-04-12 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 14:54 [gcc r14-9939] s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c Stefan Schulze Frielinghaus

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).