Date: Sun, 9 Apr 2000 08:41:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre Muller cc: djgpp-workers AT delorie DOT com Subject: Re: One more GDB for DJGPP little oddity In-Reply-To: <200004071340.PAA16017@cerbere.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 7 Apr 2000, Pierre Muller wrote: > if I have a long double var named x of value 1e+4893 > if I print it out > > "p x" > I get > " 1e+4893" > > but once loaded onto FPU stack > I get +Inf on the right part of the display ! In what version of GDB? Please also post a short test program that can be used to reproduce this. > on the contrary p /x $st0 shows 12 bytes whereas only ten are significant > (this is better in info float !) What's wrong with having 12 bytes displayed?