[Bug optimization/13379] [tree-ssa] miscompiles 2.6.0-test11 Linux kernel
mingo at elte dot hu
gcc-bugzilla@gcc.gnu.org
Mon Mar 1 07:34:00 GMT 2004
------- Additional Comments From mingo at elte dot hu 2004-03-01 07:34 -------
ok, did some debugging. The first time the function is called, it breaks.
it's the final loop (that does the test_and_set_bit()) that is broken. It gets
'areasize' of 1 and 'start' of 2, but still it loops indefinitely until it hits
a bit 1 in the bitmap and triggers the assert.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13379
More information about the Gcc-bugs
mailing list