This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26776] A stack frame can't be recovered when using large auto variable area.
- From: "inaoka dot kazuhiro at renesas dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2006 07:58:34 -0000
- Subject: [Bug target/26776] A stack frame can't be recovered when using large auto variable area.
- References: <bug-26776-5993@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from inaoka dot kazuhiro at renesas dot com 2006-03-21 07:58 -------
Created an attachment (id=11080)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11080&action=view)
testcase
m32r-linux-gnu-gcc -c large.c
/tmp/ccJXOHSj.s: Assembler messages:
/tmp/ccJXOHSj.s:68: Error: bad instruction `ld24 r4,#16777216'
/tmp/ccJXOHSj.s:83: Error: bad instruction `ld24 r4,#16777216'
/tmp/ccJXOHSj.s:278: Error: bad instruction `ld24 r4,#16777216'
/tmp/ccJXOHSj.s:305: Error: bad instruction `ld24 r4,#16777216'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26776