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 #5 from dave.anglin at bell dot net ---
On 11/7/2014 5:13 PM, law at redhat dot com wrote:
> Agreed, seems that RTL DSE is eliminating the stores.   Presumably its not
> considering the call as potentially reading the argument stores.
That's what I thought. When sibcalls are disabled, the normal call has
the same set of uses as the sibcall, but the stores are not eliminated.

Dave


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