]> git.ipfire.org Git - thirdparty/gcc.git/commit
s390: testsuite: Xfail forwprop-4{0,1}.c
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Tue, 23 Apr 2024 11:29:10 +0000 (13:29 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Tue, 23 Apr 2024 11:29:10 +0000 (13:29 +0200)
commit3d5699930fe6cfc595e5a920ab36a1bc065be534
tree0d1e252a6b487d8c4a70aa500dfa1b19185e81a0
parentca00bf02dcc37f9ff1028ca1d90e8b8d95d69683
s390: testsuite: Xfail forwprop-4{0,1}.c

The tests fail on s390 since can_vec_perm_const_p fails and therefore
the bit insert/ref survive which r14-3381-g27de9aa152141e aims for.
Strictly speaking, the tests only fail in case the target supports
vectors, i.e., for targets prior z13 or in case of -mesa the emulated
vector operations are optimized out.

Set to xfail and tracked by PR114802.

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/forwprop-40.c: Xfail for s390.
* gcc.dg/tree-ssa/forwprop-41.c: Xfail for s390.
* lib/target-supports.exp: Add target check s390_mvx.
gcc/testsuite/gcc.dg/tree-ssa/forwprop-40.c
gcc/testsuite/gcc.dg/tree-ssa/forwprop-41.c
gcc/testsuite/lib/target-supports.exp