[Bug c/23054] Segmentation fault when large static array is declared

2005-07-25 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c/23054] Segmentation fault when large static array is declared

2005-07-25 Thread relf at os2 dot ru
--- 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

[Bug c/23054] Segmentation fault when large static array is declared

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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 ---