aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr47975.c
blob: e2a72af491567396f53d64232b6940a88aeeb09b (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */

int __attribute__ ((vector_size (32))) x;

void
foo (void)
{
  x <<= x;
}