Re: [PATCH] Update comment of removed options.

2019-09-09 Thread Theodore Papadopoulo
On 9/9/19 1:34 PM, Jonathan Wakely wrote: frepo C++ ObjC++ Deprecated Deprecated in GCC 10. This switch has no effect. >>> >>> This first part looks wrong to me. >>> "deprecated >>> (computing) Obsolescent; said of a construct in a computing language >>> considered old, >>> and pl

Re: [PATCH] Update comment of removed options.

2019-09-09 Thread Martin Liška
On 9/9/19 1:39 PM, Jakub Jelinek wrote: > On Mon, Sep 09, 2019 at 01:24:53PM +0200, Martin Liška wrote: >> You are right. What about the suggested patch? > > Can you please quickly (say with svn blame) double check whether the > descriptions weren't actually right but misleading (an option could >

Re: [PATCH] Update comment of removed options.

2019-09-09 Thread Jakub Jelinek
On Mon, Sep 09, 2019 at 01:24:53PM +0200, Martin Liška wrote: > You are right. What about the suggested patch? Can you please quickly (say with svn blame) double check whether the descriptions weren't actually right but misleading (an option could be deprecated in N and removed in N+1 or so, so se

Re: [PATCH] Update comment of removed options.

2019-09-09 Thread Jonathan Wakely
On Mon, 9 Sep 2019 at 12:24, Martin Liška wrote: > > On 9/9/19 1:08 PM, Jakub Jelinek wrote: > > On Mon, Sep 09, 2019 at 01:02:32PM +0200, Martin Liška wrote: > >> On 9/6/19 4:56 PM, Jakub Jelinek wrote: > >>> On Fri, Sep 06, 2019 at 10:48:53AM -0400, Marek Polacek wrote: > On Fri, Sep 06, 20

[PATCH] Update comment of removed options.

2019-09-09 Thread Martin Liška
> and planned to be phased out, but still available for use." You are right. What about the suggested patch? Martin > That is not the case here in GCC 10, the feature has been removed, it has > been deprecated in GCC 9.N for N >= 2 only. > > Jakub > >From e