Re: [PATCH] Remove -Wunsafe-loop-optimizations option (PR middle-end/86095)

2018-06-25 Thread Richard Biener
On Mon, 25 Jun 2018, NightStrike wrote: > On Fri, Jun 15, 2018 at 3:08 PM, Jakub Jelinek wrote: > > Hi! > > > > As mentioned in the PR, all traces of this warning option except these > > were removed earlier, so the warning option does nothing. > > This is unfortunate. As noted here: > > https

Re: [PATCH] Remove -Wunsafe-loop-optimizations option (PR middle-end/86095)

2018-06-25 Thread NightStrike
On Fri, Jun 15, 2018 at 3:08 PM, Jakub Jelinek wrote: > Hi! > > As mentioned in the PR, all traces of this warning option except these > were removed earlier, so the warning option does nothing. This is unfortunate. As noted here: https://gcc.gnu.org/ml/gcc-patches/2016-07/msg01057.html The wa

Re: [PATCH] Remove -Wunsafe-loop-optimizations option (PR middle-end/86095)

2018-06-15 Thread Richard Biener
On June 15, 2018 9:08:05 PM GMT+02:00, Jakub Jelinek wrote: >Hi! > >As mentioned in the PR, all traces of this warning option except these >were removed earlier, so the warning option does nothing. > >The following patch removes its documentation and makes it clear it >does >nothing. Bootstrapped