blob: ca121526bb38d6daefd71b28ab03ae2763ba1691 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "-mpure-code supports M-profile only" { *-*-* } { "-mpure-code" } } */
/* { dg-options "-O2 -march=armv7-a" } */
void foo (void);
void
bar (int x, int y)
{
y = 9999;
if (x & (1 << y))
foo ();
}