Re: [PATCH] Fix typo, fixing PR87465

2018-10-04 Thread Jeff Law
On 10/4/18 2:58 AM, Richard Biener wrote: > On Wed, 3 Oct 2018, Christophe Lyon wrote: > >> On Mon, 1 Oct 2018 at 11:36, Richard Biener wrote: >>> >>> >>> The following typo-fix happens to fix a --param max-peel-branches limit >>> caused missed peeling. The typo is present everywhere, the missed

Re: [PATCH] Fix typo, fixing PR87465

2018-10-04 Thread Richard Biener
On Wed, 3 Oct 2018, Christophe Lyon wrote: > On Mon, 1 Oct 2018 at 11:36, Richard Biener wrote: > > > > > > The following typo-fix happens to fix a --param max-peel-branches limit > > caused missed peeling. The typo is present everywhere, the missed > > peeling is a regression from GCC 7. > > >

Re: [PATCH] Fix typo, fixing PR87465

2018-10-03 Thread Christophe Lyon
On Mon, 1 Oct 2018 at 11:36, Richard Biener wrote: > > > The following typo-fix happens to fix a --param max-peel-branches limit > caused missed peeling. The typo is present everywhere, the missed > peeling is a regression from GCC 7. > > Bootstrap and regtest running on x86_64-unknown-linux-gnu.