bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot convert floating-point register


From: Lee Merrill
Subject: Cannot convert floating-point register
Date: 23 Apr 2002 10:41:25 -0700

Hi,

        In gdb 5.1, I get an error message in stack backtraces when certain
functions are on the stack: "Cannot convert floating-point register to
non-floating-point type." The variables in question have a type of
pointer, they are not floating point variables. I checked further, and
the register number assigned to one of the variables is register 17,
which is a floating point register number. In gdb 5.0, the variable is
register 30, which is not floating point, and no error message is
printed in 5.0.

        Any thoughts about how to work around this would be appreciated...

Thanks,
Lee



reply via email to

[Prev in Thread] Current Thread [Next in Thread]