From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19404 invoked by alias); 30 Jan 2008 17:18:35 -0000 Received: (qmail 19396 invoked by uid 22791); 30 Jan 2008 17:18:34 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jan 2008 17:18:17 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id m0UHICRW006762 for ; Wed, 30 Jan 2008 09:18:12 -0800 Received: from wr-out-0506.google.com (wri67.prod.google.com [10.54.9.67]) by zps35.corp.google.com with ESMTP id m0UHIBSi021269 for ; Wed, 30 Jan 2008 09:18:12 -0800 Received: by wr-out-0506.google.com with SMTP id 67so774975wri.6 for ; Wed, 30 Jan 2008 09:18:11 -0800 (PST) Received: by 10.115.88.1 with SMTP id q1mr1128448wal.98.1201713491468; Wed, 30 Jan 2008 09:18:11 -0800 (PST) Received: by 10.115.107.7 with HTTP; Wed, 30 Jan 2008 09:18:11 -0800 (PST) Message-ID: Date: Wed, 30 Jan 2008 17:46:00 -0000 From: "Doug Evans" To: "GDB Patches" Subject: Re: [RFA] handle value_binop BINOP_REM division by zero In-Reply-To: <20080130165143.GA21838@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080130165143.GA21838@caradoc.them.org> X-IsSubscribed: yes 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: 2008-01/txt/msg00803.txt.bz2 On Jan 30, 2008 8:51 AM, Daniel Jacobowitz wrote: > > + if (v2 !=0) > > "!= 0" Ya, I was going to send an immediate follow-up, but this list gets enough traffic. Thanks. [And if I don't say thanks for every "OK" it's only because I'm trying to maintain the signal/noise ratio.]