This is the mail archive of the gcc@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]

Re: allocation on the stack


> From: "Thomas van Gulick" <list@Cal040031.student.utwente.nl>
> To: "Mike Stump" <mrs@wrs.com>, <gcc@gcc.gnu.org>
> References: <199909280057.RAA00130@kankakee.wrs.com>
> Date: Tue, 28 Sep 1999 04:16:28 +0200

> What actually is the predefined behaviour of a program that runs out
> of stack and can't allocate more stackspace? die?

This is a question for your OS vendor.  This list if for a compiler,
that compiler is gcc.  gcc isn't an OS.

You might want to try running your program under gdb, it will tell you
what it is doing.


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