This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123
- From: "j at uriah dot heep.sax.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Mar 2012 07:02:51 +0000
- Subject: [Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123
- Auto-submitted: auto-generated
- References: <bug-52488-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488
Joerg Wunsch <j at uriah dot heep.sax.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |j at uriah dot heep.sax.de
--- Comment #10 from Joerg Wunsch <j at uriah dot heep.sax.de> 2012-03-13 07:02:51 UTC ---
(In reply to comment #9)
> > Or do you want GCC to print out how much RAM each device has?
> No, I would expect GCC to print its rationale for this rejection.
>
> e.g. something like
> "allocating 2050 byte of stack exceeds maximum stack size (1024 bytes) ..."
There is no fixed stack size in GCC. It's just the SRAM size sets an
upper limit for the largest possible stack size. Thus Eric's question
about printing out the RAM size.