1 /* { dg-do compile } */
2 /* { dg-options "-O -fnon-call-exceptions -fno-tree-dce -fno-tree-forwprop -fsignaling-nans" } */
4 typedef double __attribute__((__vector_size__(16))) F
;
10 f
+= (F
)(f
!= (F
){}[0]);
13 /* { dg-xfail-if "-fnon-call-exceptions unsupported" { amdgcn-*-* } } */