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 > 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)?
Yes, majority of the changes are MPX-related options. There were really removed in GCC 9.x. Then there's fcilkplus (really removed in GCC 8.x) and last one is -frepo, which I've just removed (thus GCC 10). Martin > > 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 >