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