IBM Z: Build autovec-*-signaling-eq.c tests with exceptions
[gcc.git] / gcc / testsuite / gcc.target / s390 / zvector / autovec-double-signaling-eq.c
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -march=z14 -mzvector -mzarch -fexceptions -fnon-call-exceptions" } */
3
4 #include "autovec.h"
5
6 AUTOVEC_DOUBLE (SIGNALING_EQ);
7
8 /* The vectorizer produces <= and ==, which rtl passes cannot turn into vfkedb
9 yet. */
10 /* { dg-final { scan-assembler {\n\tvfcedb\t} } } */
11 /* { dg-final { scan-assembler {\n\tvfkhedb\t} } } */