Re: PR 49809: write data refs can now be calls

2011-07-25 Thread Eric Botcazou
> 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

Re: PR 49809: write data refs can now be calls

2011-07-25 Thread Richard Guenther
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