------- Comment #6 from wilson at gcc dot gnu dot org  2005-11-29 05:57 -------
PR 25130 is a gcse problem, and there are some curious similarities.  We have
two objects on the stack with the same address, and gcse is emitting new RTL
referring to the "wrong" one, which means we have mems with bad MEM_EXPR fields
after gcse is finished.  However, the underlying failure is different here.  It
seems to be a problem with the load motion logic.  I will put some details into
that PR.


-- 

wilson at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wilson at gcc dot gnu dot
                   |                            |org


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

Reply via email to