https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63360

--- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to camm from comment #0)
> Created attachment 33551 [details]
> invert.c, invert.cpp, and invert.gdb gdb session
> 
> Register variable stored in f31 is stored on the stack, but not restored and
> thus clobbered, after a function call.

Camm and I  discussed this offline and I mentioned that the gdb disassembly
doesn't show any of the functions called by L2(), so we cannot determine which
function is clobbering f31.  Camm is going to rerun the debugger and determine
which calle is clobbering f31 and get the disassemb;y for that.

Reply via email to