Re: [committed][PATCH] Convert sprintf warning code to a dominator walk

2017-10-29 Thread Trevor Saunders
On Fri, Oct 27, 2017 at 02:03:59PM -0400, David Malcolm wrote: > On Fri, 2017-10-27 at 10:55 -0600, Jeff Law wrote: > > Prereq for eventually embedding range analysis into the sprintf > > warning > > pass. The only thing that changed since the original from a few days > > ago was the addition of

Re: [committed][PATCH] Convert sprintf warning code to a dominator walk

2017-10-27 Thread Jeff Law
On 10/27/2017 12:03 PM, David Malcolm wrote: > On Fri, 2017-10-27 at 10:55 -0600, Jeff Law wrote: >> Prereq for eventually embedding range analysis into the sprintf >> warning >> pass. The only thing that changed since the original from a few days >> ago was the addition of FINAL OVERRIDE to the

Re: [committed][PATCH] Convert sprintf warning code to a dominator walk

2017-10-27 Thread David Malcolm
On Fri, 2017-10-27 at 10:55 -0600, Jeff Law wrote: > Prereq for eventually embedding range analysis into the sprintf > warning > pass. The only thing that changed since the original from a few days > ago was the addition of FINAL OVERRIDE to the before_dom_children > override function. > >

[committed][PATCH] Convert sprintf warning code to a dominator walk

2017-10-27 Thread Jeff Law
Prereq for eventually embedding range analysis into the sprintf warning pass. The only thing that changed since the original from a few days ago was the addition of FINAL OVERRIDE to the before_dom_children override function. Re-bootstrapped and regression tested on x86. Installing on the