------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-27 19:51 ------- Here is the reduced testcase, compile at "-O2 -fprofile-generate": void abort (void); int main() { int j; for (j = 6; j >= 0; --j) if (j >= 7) abort () ; return 0; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19103