PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr46088.c
blobc0ff920eea9acf4c144d606803820a19a6d8cce5
1 /* PR target/46088 */
2 /* { dg-do compile } */
3 /* { dg-options "-Os -fnon-call-exceptions -fpeel-loops" } */
5 extern void bar (void);
7 void
8 foo (int i)
10 if (i >> 3)
11 bar ();