Re: Reimplementation of -Wclobbered on GIMPLE SSA

2019-10-04 Thread Richard Biener
On Thu, Oct 3, 2019 at 1:55 PM Vladislav Ivanishin wrote: > > Hi! > > This series implements the -Wclobbered warning on GIMPLE in place of the > old RTL implementation. > > This cover letter contains a high-level explanation of what is going on > and why. The new implementation itself is in the p

Re: Reimplementation of -Wclobbered on GIMPLE SSA

2019-10-03 Thread Jeff Law
On 10/3/19 5:54 AM, Vladislav Ivanishin wrote: > Hi! > > This series implements the -Wclobbered warning on GIMPLE in place of the > old RTL implementation. > > This cover letter contains a high-level explanation of what is going on > and why. The new implementation itself is in the patch 3. I w