Re: [PATCH 5/5] add support for width and precision ranges (PR 78703)

2017-01-27 Thread Markus Trippelsdorf
On 2017.01.27 at 08:45 -0700, Martin Sebor wrote: > On 01/27/2017 12:44 AM, Markus Trippelsdorf wrote: > > On 2017.01.22 at 16:53 -0700, Martin Sebor wrote: > > > This is the last patch in the series. It adds logic to handle > > > non-constant width and precision with range information to help > >

Re: [PATCH 5/5] add support for width and precision ranges (PR 78703)

2017-01-27 Thread Martin Sebor
On 01/27/2017 12:44 AM, Markus Trippelsdorf wrote: On 2017.01.22 at 16:53 -0700, Martin Sebor wrote: This is the last patch in the series. It adds logic to handle non-constant width and precision with range information to help reduce both false positives false negatives. The patch replaces the

Re: [PATCH 5/5] add support for width and precision ranges (PR 78703)

2017-01-26 Thread Markus Trippelsdorf
On 2017.01.22 at 16:53 -0700, Martin Sebor wrote: > This is the last patch in the series. It adds logic to handle > non-constant width and precision with range information to help > reduce both false positives false negatives. The patch replaces > the scalar width and precision with two element a

Re: [PATCH 5/5] add support for width and precision ranges (PR 78703)

2017-01-23 Thread Jeff Law
On 01/22/2017 04:53 PM, Martin Sebor wrote: This is the last patch in the series. It adds logic to handle non-constant width and precision with range information to help reduce both false positives false negatives. The patch replaces the scalar width and precision with two element arrays throug

[PATCH 5/5] add support for width and precision ranges (PR 78703)

2017-01-22 Thread Martin Sebor
This is the last patch in the series. It adds logic to handle non-constant width and precision with range information to help reduce both false positives false negatives. The patch replaces the scalar width and precision with two element arrays throughout the pass and makes adjustments to reflec