From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15053 invoked by alias); 15 Dec 2001 19:03:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15032 invoked from network); 15 Dec 2001 19:03:52 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 15 Dec 2001 19:03:52 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B66E23E29; Sat, 15 Dec 2001 14:03:51 -0500 (EST) Message-ID: <3C1B9E97.9040706@cygnus.com> Date: Sat, 15 Dec 2001 11:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: "Arthur H. Edwards,1,505-853-6042,505-256-0834" Cc: gdb@sources.redhat.com Subject: Re: misrepresentation of complex numbers References: <3C02A11A.2040709@icantbelieveimdoingthis.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00140.txt.bz2 Thanks. If you haven't already, could you please create a bug report of this. See http://sources.redhat.com/gdb/bugs/ Andrew > I attach a very simple code, testc.f that illustrates the bug in dbg. After compiling with the -g option stop the code at line 7 and issue the gdb command > > print s > > gdb will respond with > > $1 = (10,10) > > issue the cont command and you will see that the number should be > > 10, 4 > > > Art Edwards > >