This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Update comment of removed options.
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Martin Liška <mliska at suse dot cz>
- Cc: Marek Polacek <polacek at redhat dot com>, Richard Biener <richard dot guenther at gmail dot com>, Jonathan Wakely <jwakely dot gcc at gmail dot com>, Nathan Sidwell <nathan at acm dot org>, Iain Sandoe <idsandoe at googlemail dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, David Edelsohn <dje dot gcc at gmail dot com>, Jan Hubicka <hubicka at ucw dot cz>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Mon, 9 Sep 2019 13:39:35 +0200
- Subject: Re: [PATCH] Update comment of removed options.
- References: <6df2c495-c922-e6b6-abf7-ef3879ed9fda@suse.cz> <CAH6eHdTTZw0_vw-gjNcJjpu81yr-TvGEXXwJCaxbdi9zQe=54g@mail.gmail.com> <CAFiYyc1NUtVggkd_Ht2yqaOpvmZUzbN89DW3w7wHYQ8ZEUC5-g@mail.gmail.com> <bf9cbc03-3ea3-0c40-f50e-4b3e65654878@suse.cz> <3d69fc9b-6a25-5a7c-1574-599b253a4c64@suse.cz> <20190906144853.GD14737@redhat.com> <20190906145640.GI2120@tucnak> <ad236774-32bb-bb06-b0b5-99e5b1c5ee0d@suse.cz> <20190909110819.GQ2120@tucnak> <6cd9a43d-2241-3314-7f14-3f6bcab1ad73@suse.cz>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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 see if it has been actually
removed in the GCC release mentioned in there, rather than deprecated and
removed later)?
Ok with that. Perhaps it would be desirable to also rename the Deprecated
keyword in *.opt to Removed and adjust documentation, but that can be
handled separately.
Jakub