------- 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
rguenth at gcc dot gnu dot org Sat, 30 Jan 2010 08:58:49 -0800
------- 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