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.

Reply via email to