From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127417 invoked by alias); 4 Sep 2019 11:20:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 127402 invoked by uid 89); 4 Sep 2019 11:20:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:Z_hbUw@, H*f:sk:Z_hbUw@, H*i:sk:CAH6eHd, HX-Languages-Length:816 X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Sep 2019 11:20:44 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5D45CAF37; Wed, 4 Sep 2019 11:20:42 +0000 (UTC) Subject: Re: [PATCH] Deprecate -frepo option. To: Jonathan Wakely Cc: Nathan Sidwell , Richard Biener , Jakub Jelinek , Iain Sandoe , "gcc@gcc.gnu.org" , David Edelsohn , Jan Hubicka , GCC Patches , Jason Merrill References: <884b9feb-3e71-db00-8c72-8e096bf75c1e@suse.cz> <69a11998-93c1-d61d-ba31-ac93bcbb353a@suse.cz> <20190621115838.GX815@tucnak> <79fcb5a4-0eba-d39f-e7ca-389f371cd48c@suse.cz> <20190621141309.GY815@tucnak> <140a1eb3-9652-9516-0274-19977fa3021d@suse.cz> <5c3aaf4a-b68a-f7a1-38b7-2e83182b0bc4@suse.cz> <91e9319a-6154-e252-35c2-cdcce679ea07@suse.cz> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: Date: Wed, 04 Sep 2019 11:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00183.txt.bz2 On 9/4/19 11:22 AM, Jonathan Wakely wrote: > On Wed, 4 Sep 2019 at 09:13, Martin Liška wrote: >> >> On 7/9/19 3:00 PM, Martin Liška wrote: >>> Great. Then I'm sending patch that does the functionality removal. >> >> Hi. >> >> The GCC 9.2.0 is released and the version contains a deprecation >> warning for -frepo. >> >> Is it the right time now to remove it from trunk? > > If users upgrade to 9.2 in 6 months, see the new warning, and tell us > they're using the feature, will it be possible to re-enable it? Sure, we'll just revert the patch. > > The point of the warning was to see if users complain. Three weeks > isn't a very long time to see if users are going to complain :-) > I see :) That said, I'm going to install the patch close to the end of stage1. Martin