[Bug target/26713] Stack frame allocation limited to 32k

christoph dot stueckjuergen at siemens dot com gcc-bugzilla@gcc.gnu.org
Thu Mar 16 15:08:00 GMT 2006



------- Comment #2 from christoph dot stueckjuergen at siemens dot com  2006-03-16 15:08 -------
I tried 4.1.0. The assembly code looks slightly different, but the problem
remains the same:

00000000 <main>:
   0:   27bd8010        addiu   sp,sp,-32752
   4:   ffbe7fe0        sd      s8,32736(sp)
   8:   27bdffd0        addiu   sp,sp,-48
   c:   03a0f02d        move    s8,sp
  10:   2402000c        li      v0,12
  14:   a3c20000        sb      v0,0(s8)
  18:   3c020001        lui     v0,0x1
  1c:   005e1821        addu    v1,v0,s8
  20:   24020022        li      v0,34
  24:   a0628001        sb      v0,-32767(v1)
  28:   0000102d        move    v0,zero
  2c:   27dd0030        addiu   sp,s8,48
  30:   dfbe7fe0        ld      s8,32736(sp)
  34:   27bd7ff0        addiu   sp,sp,32752
  38:   03e00008        jr      ra
  3c:   00000000        nop


-- 

christoph dot stueckjuergen at siemens dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4.3                       |4.1.0


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



More information about the Gcc-bugs mailing list