]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Fri, 12 Apr 2024 14:54:38 +0000 (16:54 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Fri, 12 Apr 2024 14:54:38 +0000 (16:54 +0200)
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.

gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c
gcc/testsuite/gcc.dg/tree-ssa/vrp-float-abs-1.c

index 337f9cda02f235dfd8d545b0de90f24aebe2dac6..35b38c3c9147c5f997fad16ad5b32f0e0c187665 100644 (file)
@@ -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
index 4b7b75833e016048b1517ae34da5857577cb8266..a814a9739633cabe80fbfb0a1f7be2b0f7b18004 100644 (file)
@@ -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