Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr47975.c
blobe2a72af491567396f53d64232b6940a88aeeb09b
1 /* { dg-do compile } */
2 /* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
4 int __attribute__ ((vector_size (32))) x;
6 void
7 foo (void)
9 x <<= x;