2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr60657.c
blob66355c39a94ca5609a71f803320c525037df1a65
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=armv7-a" } */
5 void foo (void);
7 void
8 bar (int x, int y)
10 y = 9999;
11 if (x & (1 << y))
12 foo ();