From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15898 invoked by alias); 12 Apr 2010 19:59:25 -0000 Received: (qmail 15887 invoked by uid 22791); 12 Apr 2010 19:59:24 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Apr 2010 19:59:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6629C2BAB96; Mon, 12 Apr 2010 15:59:19 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZKa2G1OrInOy; Mon, 12 Apr 2010 15:59:19 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3A6FE2BAB94; Mon, 12 Apr 2010 15:59:19 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D5DDAF58C2; Mon, 12 Apr 2010 12:59:04 -0700 (PDT) Date: Mon, 12 Apr 2010 19:59:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: tweak signed to unsigned local vars Message-ID: <20100412195904.GB19194@adacore.com> References: <1270936677-26654-1-git-send-email-vapier@gentoo.org> <201004121150.49169.vapier@gentoo.org> <20100412160618.GX19194@adacore.com> <201004121429.11581.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004121429.11581.vapier@gentoo.org> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00384.txt.bz2 > i dont have a problem coding defensively when it makes sense, but i > cant see any such requirements in any of the sim code. I don't disagree with you, and will stop arguing over this, now. The use of unsigned will have to do. -- Joel