From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35637 invoked by alias); 2 May 2019 11:13:25 -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 35624 invoked by uid 89); 2 May 2019 11:13:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=wondering 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; Thu, 02 May 2019 11:13:24 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8AD03AD82; Thu, 2 May 2019 11:13:22 +0000 (UTC) Subject: Re: [RFC][PATCH] Postpone print of --help=* option. To: Jakub Jelinek Cc: gcc-patches@gcc.gnu.org, Ulrich Drepper References: <89537b9e-fac3-40eb-145a-3390d90050bf@suse.cz> <20190502103059.GQ2706@tucnak> <20190502110407.GS2706@tucnak> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <68047c8c-6012-83d8-4c1a-493f4500aea3@suse.cz> Date: Thu, 02 May 2019 11:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190502110407.GS2706@tucnak> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00033.txt.bz2 On 5/2/19 1:04 PM, Jakub Jelinek wrote: > Well, that doesn't answer the question. > I was wondering why you couldn't: Ah sorry, you are right. The patch you suggested is obviously nicer than what we have currently in trunk. Feel free to install it. Martin