* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / target-attribute / tattr-5.c
blob2a66a04114a2d1bc60bb084e1def08f9fcf51181
1 /* Functional tests for the "target" attribute and pragma. */
3 /* { dg-do compile { target { lp64 } } } */
4 /* { dg-require-effective-target target_attribute } */
5 /* { dg-options "-O3 -march=z13 -mno-zvector" } */
7 __attribute__ ((target("zvector")))
8 void a1(void)
9 { /* { dg-error "is not supported by attribute" } */