1  /* { dg-do compile } */
       2  /* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */
       3  
       4  typedef int v16si __attribute__ ((__vector_size__ (64)));
       5  
       6  void
       7  rl (int uq)
       8  {
       9    v16si qw[1];
      10  
      11    qw[uq] = (v16si) { uq };
      12  }