https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85507

--- Comment #5 from vehre at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #4)
> > The ICE is gone if I revert the change in dependency.c from r259385.
> 
> This regtests cleanly.

Well, it regtests cleanly, but produces incorrect code. The detection, that
x[2] and x reference the same variable and may require a temporary in the
assignment (at least when we are on image 2) is not assessed correctly.

Reply via email to