This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't store a floating-point number of 16 bytes.


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]