blob: eba8750eff9f10e2da7aeb3280b6545256187e25 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */
typedef int v16si __attribute__ ((__vector_size__ (64)));
void
rl (int uq)
{
v16si qw[1];
qw[uq] = (v16si) { uq };
}