This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Stack cleared function?
- To: gcc at gcc dot gnu dot org
- Subject: Stack cleared function?
- From: rlau at csc dot com
- Date: Thu, 27 Jan 2000 10:19:24 -0600
Does anyone know who is responsible for clearing the stack - the caller or the
called function if
I have a mixed language program, a part of it is compiled with gcc and the
other part is with g77?
Or there's no such issue?
This is one of the mixed-language issues in a Microsoft Development
environment like VC++ and
Digital Fortran.
Also, does anyone know what kind of calling convention is used by g77 and gcc
-like __stdcall and
__cdecl ??
Thanks