This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is this a bug in libffi testsuite on solaris2.8?
- From: dewar at gnat dot com (Robert Dewar)
- To: aph at redhat dot com, zack at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org, lucier at math dot purdue dot edu
- Date: Fri, 31 Oct 2003 14:39:48 -0500 (EST)
- Subject: Re: Is this a bug in libffi testsuite on solaris2.8?
> > Not necessarily: the memory for the trampoline is allocated by the
> > caller, and can be anywhere. However, unwindtest.c does indeed
> > allocate it on the stack.
hmmm. where else could you put it and be sure not to have a memory leak?