OSDN Git Service

2012-04-13 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / torture / pr47975.c
1 /* { dg-do compile } */
2 /* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
3
4 int __attribute__ ((vector_size (32))) x;
5
6 void
7 foo (void)
8 {
9   x <<= x;
10 }