From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32208 invoked by alias); 4 Apr 2002 10:01:35 -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 32200 invoked from network); 4 Apr 2002 10:01:33 -0000 Received: from unknown (HELO kerberos.suse.cz) (195.47.106.10) by sources.redhat.com with SMTP; 4 Apr 2002 10:01:33 -0000 Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2]) by kerberos.suse.cz (SuSE SMTP server) with ESMTP id 6545159D353 for ; Thu, 4 Apr 2002 12:01:31 +0200 (CEST) Received: from suse.cz (leviathan.suse.cz [10.20.1.56]) by chimera.suse.cz (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g34A1Vf22390 for ; Thu, 4 Apr 2002 12:01:31 +0200 X-Authentication-Warning: chimera.suse.cz: Host leviathan.suse.cz [10.20.1.56] claimed to be suse.cz Message-ID: <3CAC2478.1040808@suse.cz> Date: Thu, 04 Apr 2002 02:01:00 -0000 From: Michal Ludvig Organization: SuSE CR User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020327 X-Accept-Language: cs, cz, en MIME-Version: 1.0 To: gdb Subject: Can't store a floating-point number of 16 bytes. Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00039.txt.bz2 Hi, what does the following warning mean? warning: Can't store a floating-point number of 16 bytes. It occures when I'm debugging gdb and am printing a dereferenced pointer of type (DOUBLEST*) like the variable out in file doublest.c around line 565. Michal Ludvig