From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14971 invoked by alias); 30 May 2014 13:09:31 -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 14960 invoked by uid 89); 30 May 2014 13:09:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: e31.co.us.ibm.com Received: from e31.co.us.ibm.com (HELO e31.co.us.ibm.com) (32.97.110.149) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 30 May 2014 13:09:28 +0000 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 30 May 2014 07:09:26 -0600 Received: from d03dlp03.boulder.ibm.com (9.17.202.179) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 30 May 2014 07:09:25 -0600 Received: from b03cxnp07028.gho.boulder.ibm.com (b03cxnp07028.gho.boulder.ibm.com [9.17.130.15]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 54C6E19D8039 for ; Fri, 30 May 2014 07:09:17 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp07028.gho.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4UD8B7h9634244 for ; Fri, 30 May 2014 15:08:11 +0200 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4UD9O0h004834 for ; Fri, 30 May 2014 07:09:24 -0600 Received: from [9.65.8.29] (sig-9-65-8-29.mts.ibm.com [9.65.8.29]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s4UD9Nmj004773; Fri, 30 May 2014 07:09:23 -0600 Subject: Re: [PATCH] Do not build libsanitizer also for powerpc*-*-linux* From: Peter Bergner To: Thomas Schwinge Cc: Arseny Solokha , jakub@redhat.com, dodji@redhat.com, kcc@google.com, dvyukov@google.com, gcc-patches@gcc.gnu.org In-Reply-To: <1401390478.7849.39.camel@otta> References: <1401100995.27542.ezmlm@gcc.gnu.org> <53831D22.30108@gmx.com> <87egzeqrrt.fsf@kepler.schwinge.homeip.net> <1401390478.7849.39.camel@otta> Content-Type: text/plain; charset="UTF-8" Date: Fri, 30 May 2014 13:09:00 -0000 Message-ID: <1401455362.7849.42.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14053013-8236-0000-0000-000002BC4596 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg02601.txt.bz2 On Thu, 2014-05-29 at 14:07 -0500, Peter Bergner wrote: > On Wed, 2014-05-28 at 09:36 +0200, Thomas Schwinge wrote: > > This is being discussed in the thread at > > . Until that > > has been resolved, I do agree to check in the following patch (and have > > successfully tested it, but cannot formally approve it for commit; thus > > copying the libsanitizer maintainers): > > The re-enablement patch was submitted to the llvm mailing list here: > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140526/219249.html > > Once that is committed and merged into gcc, we can re-enable building > libsanitizer for powerpc*-linux. Ok, it was committed upstream as revision 209879. Kostya, can we get this merged into gcc trunk and powerpc*-linux re-enabled again? Thanks. Peter