From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105874 invoked by alias); 15 Jun 2017 12:03:52 -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 105843 invoked by uid 89); 15 Jun 2017 12:03:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:273 X-HELO: mail-yw0-f175.google.com Received: from mail-yw0-f175.google.com (HELO mail-yw0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Jun 2017 12:03:50 +0000 Received: by mail-yw0-f175.google.com with SMTP id 63so4324359ywr.0 for ; Thu, 15 Jun 2017 05:03:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ZWXVk9+xxjUEHRY6TW9le1hjD01DxpXpFixR2SxZaGo=; b=VR6C3+HUsQkFrDL8sKrerbq4OmBRvilkgKrKxZ96Bj4KMzo+Jic1lq2vNowsOXGl0y Z2XigOx4xlYlYOwntEnrYz654FQRuU5Ok9v3lgCRu3JWCWVOiZMFxmFtX+u2QE1avC4J ZAG7qsExCMUUfJC27PU3DTzbLzUlMdgzKGdfZU+aWZ+UE4Rn0qh9kIDa2mqODT/8VLVl etUaZUGt31tgoaIdITJKz+zEV37iEtOaQbgs9DuzPcpErQe6DN+e8FmJ6mV88TPGMDYW eNzo5K0mAHFFtTx2ONIaeqofyXWaIf41VHNUQ6t5OUu9bV2ECPJlRsV9nGvRclMSKwTp f9bQ== X-Gm-Message-State: AKS2vOzagBK2lDNHD1lhDMqOi++VuhL548y1fkAgC5MtxEKGRUQrkY6G +MbPHJfVX3aGhQ== X-Received: by 10.129.132.82 with SMTP id u79mr4415866ywf.256.1497528233287; Thu, 15 Jun 2017 05:03:53 -0700 (PDT) Received: from ?IPv6:2620:10d:c0a3:20fb:7500:e7fb:4a6f:2254? ([2620:10d:c091:200::3:4eb6]) by smtp.googlemail.com with ESMTPSA id r203sm1176849ywr.76.2017.06.15.05.03.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jun 2017 05:03:52 -0700 (PDT) Subject: Re: fix libcc1 dependencies in toplevel Makefile To: Olivier Hainque Cc: gcc-patches@gcc.gnu.org References: <0818f951-0166-5cbb-1b08-3ec7db2b8969@acm.org> From: Nathan Sidwell Message-ID: <9937e0ec-f802-5d26-83cf-922daa3a4024@acm.org> Date: Thu, 15 Jun 2017 12:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg01109.txt.bz2 On 06/14/2017 01:24 PM, Olivier Hainque wrote: >> I'm happy to try the patch. > > That would bring useful extra datapoints, Thanks! I now seem unable to trigger the race with an unpatched source. Sorry -- Nathan Sidwell