This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: PR/2939 must be reopened
- To: Richard Stallman <rms at gnu dot org>
- Subject: Re: PR/2939 must be reopened
- From: Nicola Pero <nicola at brainstorm dot co dot uk>
- Date: Thu, 7 Jun 2001 10:34:50 +0100 (BST)
- cc: mmitchel at gcc dot gnu dot org, candida at tiptree dot demon dot co dot uk, gcc-bugs at gcc dot gnu dot org
> I can live without inling my nested function returning a variable size
> struct
>
> You may not need it, but it is supposed to work. It is a documented
> feature.
>
> Does it work, now?
Yes - thanks - it works now - as far as I know and could test, GCC 3.0 is
now compiling correctly nested functions, nested functions returning
variable size structs, inline nested functions, and also inline nested
functions returning variable size structs.