From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23014 invoked by alias); 13 Nov 2012 16:22:10 -0000 Received: (qmail 22995 invoked by uid 22791); 13 Nov 2012 16:22:07 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Nov 2012 16:22:01 +0000 Received: by mail-ee0-f47.google.com with SMTP id l10so1376309eei.20 for ; Tue, 13 Nov 2012 08:22:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=gapas2aQ1sIcuc6l4qZcBA8+J43d2KJL3sUfXMJLn1U=; b=QigXU8ant6zyfE8mrZm5e6+s6OtuM3AJ2s0ORgNqw8yEbvIuApQsD71SHs0CmlfS7e vCwUHi8hfBX4a53qhMt53MaXAi6zzIlsmWuZvIWkjvyhSb8nGsyXm6nushR4g9iGpZ64 cVj7hg+SF4ZWCjuVwgrM5oOaapxyta+Txeb+7af1nWUu1LHlV8Lr70GNlpP3Rev7c79d DhWHm/4CLSue22ZaPmob+n/qWqIatnKbcpQHC8OapJigdqBhiUSsXp/OdkDNK+3XpNOk V7sjaQI+/SpuY3X0r+3EAZIJ0J2vTJ72eAc+Jd+LgxVehUcczeLyhy2BvZkTTK/5wYO0 78fQ== MIME-Version: 1.0 Received: by 10.14.173.67 with SMTP id u43mr76705206eel.27.1352823720120; Tue, 13 Nov 2012 08:22:00 -0800 (PST) Received: by 10.223.161.9 with HTTP; Tue, 13 Nov 2012 08:21:59 -0800 (PST) In-Reply-To: <20121113.000747.810968224853699322.davem@davemloft.net> References: <20121113.000747.810968224853699322.davem@davemloft.net> Date: Tue, 13 Nov 2012 16:22:00 -0000 Message-ID: Subject: Re: ASAN merge... From: Diego Novillo To: David Miller Cc: gcc-patches@gcc.gnu.org, Dodji Seketeli Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmrHh1ZwXYYFni8Q5xoB0fR9E7DPNfKx4wQpB0nECUCcaBoH7REJxU4NvFNEpwIZ/lS52iouKazJ5oRcwQOTieb485E2vKArvDm/fc9UWy/8pQZZYMiZ7nNsgZuNZSdU+ZeJ9MH5cOkOc8AQE3Eoot6Oh6KaQx4NHA6/nq1Yl6a3Ko87YJ+rVTakkPH5ttzi9m7K19s 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/msg01000.txt.bz2 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? Diego.