From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10853 invoked by alias); 29 Oct 2014 10:37:51 -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 10766 invoked by uid 89); 29 Oct 2014 10:37:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f45.google.com Received: from mail-wg0-f45.google.com (HELO mail-wg0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 10:37:49 +0000 Received: by mail-wg0-f45.google.com with SMTP id x12so1543289wgg.18 for ; Wed, 29 Oct 2014 03:37:46 -0700 (PDT) X-Received: by 10.180.12.136 with SMTP id y8mr21228755wib.73.1414579066340; Wed, 29 Oct 2014 03:37:46 -0700 (PDT) Received: from [192.168.10.150] (net-37-117-142-149.cust.vodafonedsl.it. [37.117.142.149]) by mx.google.com with ESMTPSA id l10sm18259112wif.20.2014.10.29.03.37.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 03:37:45 -0700 (PDT) Message-ID: <5450C376.6000206@gnu.org> Date: Wed, 29 Oct 2014 10:45:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Jakub Jelinek , Phil Muldoon , DJ Delorie , Alexandre Oliva , Ralf Wildenhues CC: "Joseph S. Myers" , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 5/5] add libcc1 References: <87oayx4l0x.fsf@fleche.redhat.com> <87bntobp1f.fsf@fleche.redhat.com> <53D9CA7B.3040709@redhat.com> <5436504B.8060902@redhat.com> <54385676.4000004@redhat.com> <5449FC98.1060404@redhat.com> <544A8162.1090107@redhat.com> <544E9CE5.602@redhat.com> <544FD432.8090004@redhat.com> <20141029102817.GP10376@tucnak.redhat.com> In-Reply-To: <20141029102817.GP10376@tucnak.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-SW-Source: 2014-10/txt/msg03039.txt.bz2 On 10/29/2014 11:28 AM, Jakub Jelinek wrote: > If this passes bootstrap/regtest, is it ok for trunk (should fix > two bootstrap issues)? Is the > https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02936.html > patch ok too (that one already tested; another bootstrap issue)? Both seem okay, though I'd have to look at the whole thread to understand what libcc1 is. :) Just two questions: 1) what's the issue that you need to disable asan for? 2) why is GMPLIB not handled in the same way? Paolo