[Bug target/65358] wrong parameter passing code with tail call optimization on arm

hong.gyu.kim at lge dot com gcc-bugzilla@gcc.gnu.org
Mon Mar 9 06:23:00 GMT 2015


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

--- Comment #2 from Honggyu Kim <hong.gyu.kim at lge dot com> ---
Sorry, I miss typed the initial argument status for "foo"
I will modified "MEM[sp-4]: p.killer" to "MEM[sp+4]: p.killer" as follows:

r0: arg1
r1: arg2
r2: arg3
r3: p.fine
MEM[sp]: p.victim
MEM[sp+4]: p.killer



More information about the Gcc-bugs mailing list