From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16647 invoked by alias); 13 Nov 2012 16:52:02 -0000 Received: (qmail 16635 invoked by uid 22791); 13 Nov 2012 16:51:59 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-da0-f47.google.com (HELO mail-da0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Nov 2012 16:51:53 +0000 Received: by mail-da0-f47.google.com with SMTP id s35so3079381dak.20 for ; Tue, 13 Nov 2012 08:51:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.73.102 with SMTP id k6mr295532pav.22.1352825513033; Tue, 13 Nov 2012 08:51:53 -0800 (PST) Received: by 10.68.19.138 with HTTP; Tue, 13 Nov 2012 08:51:52 -0800 (PST) In-Reply-To: References: <20121113.000747.810968224853699322.davem@davemloft.net> Date: Tue, 13 Nov 2012 16:52:00 -0000 Message-ID: Subject: Re: ASAN merge... From: "H.J. Lu" To: Diego Novillo Cc: David Miller , gcc-patches@gcc.gnu.org, Dodji Seketeli Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg01004.txt.bz2 On Tue, Nov 13, 2012 at 8:21 AM, Diego Novillo wrote: > On Tue, Nov 13, 2012 at 12:07 AM, David Miller wrote: >> >> This has broken the build on every Linux target that hasn't added >> the necessary cpu specific code to asan_linux.cc > > This should be fixed by Dodji's recent patch. ASAN is not currently > ported to any target other than x86/linux, so it should just be > completely disabled until the other ports start showing up. > > Dodji is your patch committed? > What should we do with http://gcc.gnu.org/ml/gcc-patches/2012-11/msg00951.html Linux/x32 support is only tested with GCC. Right now bootstrap is broken on Linux/x32 since libsanitizer won't compile on Linux/x32. -- H.J.