* Can't store a floating-point number of 16 bytes.
@ 2002-04-04 2:01 Michal Ludvig
2002-04-04 5:47 ` Andrew Cagney
0 siblings, 1 reply; 2+ messages in thread
From: Michal Ludvig @ 2002-04-04 2:01 UTC (permalink / raw)
To: gdb
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Can't store a floating-point number of 16 bytes.
2002-04-04 2:01 Can't store a floating-point number of 16 bytes Michal Ludvig
@ 2002-04-04 5:47 ` Andrew Cagney
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2002-04-04 5:47 UTC (permalink / raw)
To: Michal Ludvig; +Cc: gdb
> Hi,
> what does the following warning mean?
>
> warning: Can't store a floating-point number of 16 bytes.
bug.
> 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
16 byte FP's? Set a breakpoint on warning() and see what the stack
trace tells you. Most likely something isn't handling such large values.
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-04 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-04 2:01 Can't store a floating-point number of 16 bytes Michal Ludvig
2002-04-04 5:47 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox