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.
This commit is contained in:
Stefan Schulze Frielinghaus 2024-04-12 16:54:38 +02:00
parent 081c1e93d5
commit a76f236e08
2 changed files with 2 additions and 2 deletions

View 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

View 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