------- Comment #8 from sje at cup dot hp dot com 2010-04-16 19:54 ------- I think the problem is related to the fact that IRA is trying to figure out if the store of lx1 can be eliminated and lx1 may be uninitialized. The only place lx1 is set is in an if statement in a loop. If we don't execute the if statement then lx1 is never set and this may be what IRA is complaining about.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42169