Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 06:00:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 06:00:08 -0400 Received: from are.twiddle.net ([64.81.246.98]:28073 "EHLO are.twiddle.net") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 06:00:07 -0400 Date: Mon, 7 Oct 2002 03:05:41 -0700 From: Richard Henderson To: Jakub Jelinek Cc: Andi Kleen , torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Use __attribute__((malloc)) for gcc 3.2 Message-ID: <20021007030541.A3910@twiddle.net> Mail-Followup-To: Jakub Jelinek , Andi Kleen , torvalds@transmeta.com, linux-kernel@vger.kernel.org References: <20020929152731.GA10631@averell> <20020929160113.K5659@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020929160113.K5659@devserv.devel.redhat.com>; from jakub@redhat.com on Sun, Sep 29, 2002 at 04:01:13PM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 448 Lines: 12 On Sun, Sep 29, 2002 at 04:01:13PM -0400, Jakub Jelinek wrote: > Does this matter when the kernel is compiled with -fno-strict-aliasing? Yes. The malloc attribute uses REG_NOALIAS, not alias sets. r~ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/