------- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-13 12:05 ------- > Only in the reduced testcase as it was an empty loop.
Right. Here's a new testcase that still triggers the bug on mainline: ============================ inline int foo (int i) { if (i) return 1; return 0; } void baz(); void bar() { int j; for (; foo(j); ++j) baz(); } ============================ -- What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn|22456 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506