------- Comment #4 from hutchinsonandy at gcc dot gnu dot org  2009-09-24 02:21 
-------
Problem is located in ssa pass. It seems to name initialization of loop index
to something other than the loop index increment and tested in the last for
loop. This "dead"initialization is deleted in latter passes  but the damage is
done and the data flow is obviously meesed up.


-- 

hutchinsonandy at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41440

Reply via email to