From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-01.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id CCE9C67BE5 for ; Mon, 4 Sep 2006 06:41:49 +1000 (EST) In-Reply-To: References: <17654.26321.851991.285528@cargo.ozlabs.ibm.com> <44FB2BAF.1080509@ru.mvista.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <825CFFCF-6F81-4F5E-929F-54F3CA3CC022@kernel.crashing.org> From: Segher Boessenkool Subject: Re: Please pull powerpc.git 'merge' branch Date: Sun, 3 Sep 2006 22:41:19 +0200 To: Linus Torvalds Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>> I wrote a sparse extension that warns if an initializer tries to >>> initialize >>> the same entry multiple times. >> >> Ugh, I expected the C compiler to catch this... :-/ > > Yeah, me too. Long ago, GCC used to catch this (with an error). C99 however requires the overwriting behaviour. Having a warning would be nice though; this is http://gcc.gnu.org/PR24010 . Segher