aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/pr46329.c
blob: 9dd939c7f93cb8b6eed3640575e5c3223a25af98 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-options "-O2" } */
/* { dg-add-options arm_neon } */

int __attribute__ ((vector_size (32))) x;
void
foo (void)
{
  x <<= x;
}