1 /* { dg-do compile } */
2 /* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
3 
4 int __attribute__ ((vector_size (32))) x;
5 
6 void
foo(void)7 foo (void)
8 {
9   x <<= x;
10 }
11