2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr46329.c
blob9dd939c7f93cb8b6eed3640575e5c3223a25af98
1 /* { dg-options "-O2" } */
2 /* { dg-add-options arm_neon } */
4 int __attribute__ ((vector_size (32))) x;
5 void
6 foo (void)
8 x <<= x;