[Bug target/58854] [4.8 regression] "sub sp, fp, #40" hoisted above frame accesses
bccheng at android dot com
gcc-bugzilla@gcc.gnu.org
Tue Oct 29 22:33:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854
--- Comment #6 from bccheng at android dot com ---
Patch appears to be working:
c012c7ec: e51b3034 ldr r3, [fp, #-52] ; 0x34
c012c7f0: e51b203c ldr r2, [fp, #-60] ; 0x3c
c012c7f4: e51b0038 ldr r0, [fp, #-56] ; 0x38
c012c7f8: e5836000 str r6, [r3]
c012c7fc: e51b3030 ldr r3, [fp, #-48] ; 0x30
c012c800: e5832000 str r2, [r3]
c012c804: e24bd028 sub sp, fp, #40 ; 0x28
c012c808: e89daff0 ldm sp, {r4, r5, r6, r7, r8, r9, sl, fp,
sp, pc}
Thanks!
More information about the Gcc-bugs
mailing list