Run till exit from #0 extract_float (num=4216608) at floatfns.c:220
0x001f27dc in Fsqrt (arg=4216608) at floatfns.c:556
Value returned is $7 = 527076
That value seems correct. It has converted the integer to a double.
I suggest you step thru the failing line
instruction by instruction, with the `si' command,
and see which instruction fails.
Then you can determine whether it was correct compilation output
for the GCC options that you specified.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug