This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

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


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


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