From: Stefan Schulze Frielinghaus Date: Fri, 12 Apr 2024 14:54:38 +0000 (+0200) Subject: s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c X-Git-Tag: basepoints/gcc-15~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a76f236e084cbd02e4e3711cdfc3191dc7eeb460;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c b/gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c index 337f9cda02f2..35b38c3c9147 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 4b7b75833e01..a814a9739633 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