From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32764 invoked by alias); 18 Feb 2005 15:28:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32736 invoked from network); 18 Feb 2005 15:28:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Feb 2005 15:28:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1IFSjrY016326 for ; Fri, 18 Feb 2005 10:28:45 -0500 Received: from localhost.redhat.com (vpn50-90.rdu.redhat.com [172.16.50.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1IFSiO29419; Fri, 18 Feb 2005 10:28:44 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 58D237D79; Fri, 18 Feb 2005 10:26:34 -0500 (EST) Message-ID: <42160928.4080504@gnu.org> Date: Fri, 18 Feb 2005 19:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] Fix varobj.c value comparison problems References: <200502180231.j1I2VohT030718@copland.sibelius.xs4all.nl> In-Reply-To: <200502180231.j1I2VohT030718@copland.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00196.txt.bz2 Mark, the thing that's missing is an automated testcase. Having something change from -0.0 to +0.0 should do it. Andrew