Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Feb 2003 17:29:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Feb 2003 17:29:34 -0500 Received: from nat-pool-rdu.redhat.com ([66.187.233.200]:64438 "EHLO devserv.devel.redhat.com") by vger.kernel.org with ESMTP id ; Mon, 24 Feb 2003 17:29:33 -0500 Date: Mon, 24 Feb 2003 17:39:34 -0500 From: Jakub Jelinek To: Andreas Schwab Cc: Linus Torvalds , "Richard B. Johnson" , Martin Schwidefsky , linux-kernel@vger.kernel.org Subject: Re: [PATCH] s390 (7/13): gcc 3.3 adaptions. Message-ID: <20030224173934.T3910@devserv.devel.redhat.com> Reply-To: Jakub Jelinek References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from schwab@suse.de on Mon, Feb 24, 2003 at 10:35:24PM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 26 On Mon, Feb 24, 2003 at 10:35:24PM +0100, Andreas Schwab wrote: > Linus Torvalds writes: > > |> Does gcc still warn about things like > |> > |> #define COUNT (sizeof(array)/sizeof(element)) > |> > |> int i; > |> for (i = 0; i < COUNT; i++) > |> ... > |> > |> where COUNT is obviously unsigned (because sizeof is size_t and thus > |> unsigned)? > |> > |> Gcc used to complain about things like that, which is a FUCKING DISASTER. > > How can you distinguish that from other occurrences of (int)<(size_t)? Value range propagation pass, then warn? Jakub - 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/