------- Comment #22 from bernds at gcc dot gnu dot org  2010-08-17 13:14 -------
(In reply to comment #19)
> x_addr is a VALUE that has no locs:

That happens because it's an autoincrement, and cselib_subst_to_values just
creates an empty value.

It seems to me that we simply need to add a VALUE case to rtx_varies_p.  Can
you test that?


-- 


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

Reply via email to