------- Comment #8 from rguenth at gcc dot gnu dot org 2010-01-30 16:58 ------- And
int foo (int b, int j)
{
if (b)
{
int i;
for (i = 0; i<1000; ++i)
;
j = b;
}
return j;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42906
