------- Comment #7 from jamborm at gcc dot gnu dot org  2010-07-21 12:51 -------
With MEM_REFs we now have fewer explicit typecasts and this has made
replace_uses_with_default_def_ssa_name create invalid statements.

FYI, this is not the ordinary replacing code path but rather the one
removing loads from known-to-be uninitialized memory.  I'll try to
reorganize the place where replace_uses_with_default_def_ssa_name is
called to both fix and not make it excessively ugly but it will be
ugly, I'm afraid.


-- 

jamborm at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rguenth at gcc dot gnu dot  |jamborm at gcc dot gnu dot
                   |org                         |org


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

Reply via email to