> PR 49809 is fallout from my patch to add write data references for the
> lhs of calls. tree-ssa-phiopt.c was still assuming that writes were
> always assignments.
>
> I tried to look for other examples of the same thing, but couldn't
> find any.
>
> Tested on x86_64-linux-gnu (all,ada). OK to i
On Mon, Jul 25, 2011 at 3:38 PM, Richard Sandiford
wrote:
> PR 49809 is fallout from my patch to add write data references for the
> lhs of calls. tree-ssa-phiopt.c was still assuming that writes were
> always assignments.
>
> I tried to look for other examples of the same thing, but couldn't
> f