From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129570 invoked by alias); 30 Jul 2019 13:44:41 -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 129442 invoked by uid 89); 30 Jul 2019 13:44:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*matz, HContent-Transfer-Encoding:8bit 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; Tue, 30 Jul 2019 13:44:40 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 2A921AD18; Tue, 30 Jul 2019 13:44:38 +0000 (UTC) Subject: Re: [PATCH] Deduce automatically number of cores for -flto option. From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Jeff Law , Jan Hubicka Cc: gcc-patches@gcc.gnu.org, Michael Matz , Richard Biener References: <95f20c0a-81a3-2319-326b-3c5baf71e2d1@suse.cz> <20190723092040.czs64os2qymax7sq@kam.mff.cuni.cz> <69d3f527-4086-da6c-e789-469dc389d9eb@redhat.com> Message-ID: Date: Tue, 30 Jul 2019 13:47: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-07/txt/msg01810.txt.bz2 On 7/29/19 3:35 PM, Martin Liška wrote: > Hi. > > I'm sending v2 of the patch that can newly auto-detect make > jobserver and use it. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > Ok, I've discussed the latest version also with Honza and he's fine. So I'm going to install the patch. Thanks, Martin