From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11449 invoked by alias); 23 Sep 2008 13:06:57 -0000 Received: (qmail 11439 invoked by uid 22791); 23 Sep 2008 13:06:57 -0000 X-Spam-Check-By: sourceware.org Received: from cartman.nzsolutions.net (HELO cartman.nzsolutions.net) (87.117.194.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Sep 2008 13:06:03 +0000 Received: from [172.17.1.149] (localhost.localdomain [127.0.0.1]) by cartman.nzsolutions.net (Postfix) with ESMTP id CA4E1124801A; Tue, 23 Sep 2008 13:58:03 +0100 (BST) Received: from 82.111.145.34 ([82.111.145.34] helo=[172.17.1.149]) by cartman.nzsolutions.co.uk; 23 Sep 2008 13:58:03 +0100 Message-ID: <48D8E9AB.8080600@picochip.com> Date: Tue, 23 Sep 2008 13:06:00 -0000 From: Hariharan Sandanagobalane User-Agent: Thunderbird 1.5.0.10 (X11/20070409) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Manuel_L=F3pez-Ib=E1=F1ez?= Cc: gcc-help@gcc.gnu.org Subject: Re: unsigned comparison warning References: <488EE8E4.4050309@picochip.com> <489098BF.4070004@picochip.com> <6c33472e0807300944n7d30fcb1gdf486e22a161ee05@mail.gmail.com> In-Reply-To: <6c33472e0807300944n7d30fcb1gdf486e22a161ee05@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00200.txt.bz2 Thanks Manuel. I personally feel that this warning should be a part of -Wall. Cheers Hari Manuel López-Ibáñez wrote: > 2008/7/30 Hariharan : >> Thanks Ian. I will raise this in gcc-help mailing list. > > GCC versions previous to 4.3 were inconsistent. This was fixed in GCC > 4.3 by grouping all similar warnings under -Wtype-limits which is > enabled by -Wextra. > > See http://gcc.gnu.org/gcc-4.3/changes.html > > Cheers, > > Manuel.