This is the mail archive of the gcc-patches@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: Inline documentation patch...



  In message <19990210091738.A9844@cygnus.com>you write:
  > On Wed, Feb 10, 1999 at 06:12:22PM +0100, Andi Kleen wrote:
  > >      tester (int len, char data[len][len])
  > 
  > I wasn't sure if this counted as far as the check in integrate
  > was concerned.  And it leaves unanswered how a variable sized
  > return value could be created.
The only way I can see would be malloc.  alloca is out of the question for
something that has to be allocated by the callee and returned to the caller.

jeff


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