]> git.ipfire.org Git - thirdparty/gcc.git/commit
IBM Z: Preserve exceptions in autovec-*-signaling-eq.c tests
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 19 Feb 2024 10:51:38 +0000 (11:51 +0100)
committerIlya Leoshkevich <iii@linux.ibm.com>
Wed, 21 Feb 2024 09:50:45 +0000 (10:50 +0100)
commit51c0ff6f503323908d3326050274fc57899300bd
tree3c7bfd4ef49f5b39d325f14dfd9950132e0611c9
parent608d40fde0c7e7e72a0acf4f262bf76c16443be0
IBM Z: Preserve exceptions in autovec-*-signaling-eq.c tests

DSE, DCE, and other passes are removing redundant signaling comparisons
from these tests, but the whole point is to check that GCC knows how to
emit them.  Use -fno-delete-dead-exceptions to prevent that.

gcc/testsuite/ChangeLog:

* gcc.target/s390/zvector/autovec-double-signaling-eq.c:
Preserve exceptions.
* gcc.target/s390/zvector/autovec-float-signaling-eq.c:
Likewise.
gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq.c
gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-eq.c