--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
12:36 ---
(In reply to comment #2)
> Should it be more intelligent error message like "Stack overflow" ?
That is still not a GCC bug, report this enhancement to the OS you are using
since that is where the
message i
--- Additional Comments From relf at os2 dot ru 2005-07-25 07:34 ---
(In reply to comment #1)
> This is not a bug. You are overflowing the stack.
Should it be more intelligent error message like "Stack overflow" ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23054
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
02:49 ---
This is not a bug. You are overflowing the stack. You either can use malloc
or raise the stack limit.
--
What|Removed |Added
---