Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937511AbXHLSHa (ORCPT ); Sun, 12 Aug 2007 14:07:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935146AbXHLSHN (ORCPT ); Sun, 12 Aug 2007 14:07:13 -0400 Received: from an-out-0708.google.com ([209.85.132.242]:6059 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934980AbXHLSHL (ORCPT ); Sun, 12 Aug 2007 14:07:11 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ebkScdfRZyGTkwkhczBlxpxtojV6t6y/XXfxfKW8/6nYKvLpk34Ctz6aUBgYgPXOPMBtjtJ2j/INc035oFX8xQ3r7yKaMKZLGjmNCzvNliLkA67J9Y6lSEkQUdr0b8+qnNXt42DYS2EDBXz/TtMJHrhvn7iMXl6dFzJyQnyeJdw= Message-ID: <8bd0f97a0708121107i553bf521v6022e225fca2b0d1@mail.gmail.com> Date: Sun, 12 Aug 2007 14:07:10 -0400 From: "Mike Frysinger" To: "Michael Matz" Subject: Re: [PATCH] remove strict ansi check from __u64 in asm/types.h Cc: "H. Peter Anvin" , "Olaf Hering" , linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070806172331.GA8102@suse.de> <46B75D3B.6080101@zytor.com> <8bd0f97a0708061713y75651621u8b2e57b1be5a61c8@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 16 On 8/7/07, Michael Matz wrote: > That would still make it not work with programs compiled with just -ansi > or -std=c90 (both being equivalent) with -pedantic added. There still are > such. Only for that case is the __extension__ prefix necessary. i thought the point was it's supposed to fail with just -ansi and the default standard (c89) at any rate, as long as your changes account for all the files in the patch i posted, that's fine by me -mike - 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/