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]
Other format: [Raw text]

Re: Is this a bug in libffi testsuite on solaris2.8?


> The trampolines that GCC generates when the address of a nested
> function is taken, are built by the compiler and invisible to the
> programmer.
> 
> The trampolines that libffi uses -- presumably for similar purposes --
> are explicitly allocated by the programmer.

Ah fine, thanks for clarifying, I was indeed talking about the case of
taking the address of a nested function. If you don't solve that one,
you are in trouble anyway.


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