This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]