------- Comment #1 from inaoka dot kazuhiro at renesas dot com  2006-03-21 
07:51 -------
Created an attachment (id=11078)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11078&action=view)
testcase

m32r-linux-gnu-gcc -S alloca.c

Asm output has the following code.

        ; EPILOGUE
        ld24 r4,#32768
        add sp,r4       <== NG (a stack pointer must be recovered with fp.)
        pop fp
        jmp lr


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26775

Reply via email to