From: gebauer@ciens.ula.ve (Julian R. Suarez G.)
Subject: Re:  serious bug with CYGNUS GCC b16
3 Dec 1996 06:19:12 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <9612031328.AA04454.cygnus.gnu-win32@melchor>
Original-To: pascal.obry@der.edfgdf.fr
Original-Cc: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Dear sir.
In C and C++ local variables to a function are allocated in the
stack whosa porpouse is mainly to track the program state
between function calls and interruptions. When such a quantity
of memory is required, it is either defined globaly (outside 
every function, usualy prior to main) or allocated dinamically
using "malloc" for C and C++ or the "new" operator in C++.

Best regards.
Julian Suarez
gebauer@ciens.ula.ve
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
