blob: e2a72af491567396f53d64232b6940a88aeeb09b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
int __attribute__ ((vector_size (32))) x;
void
foo (void)
{
x <<= x;
}