[Bug target/55023] hppa: wrong code generated with tail call optimisation

dave.anglin at bell dot net gcc-bugzilla@gcc.gnu.org
Sun Nov 9 23:45:00 GMT 2014


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

--- Comment #8 from dave.anglin at bell dot net ---
find_call_stack_args() is not called for sibcalls.  It seemed at first  
that it needed
to be called from mark_insn to mark the arguments of sibcalls but it  
can't handle
arguments stored using the argument pointer and a similar use in the  
call pattern.

It starting to look like I should just disable sibcalls on PA.

Dave
--
John David Anglin    dave.anglin@bell.net



More information about the Gcc-bugs mailing list