On Fri, May 18, 2018 at 11:52 PM Eric Botcazou
wrote:
> > + /* If the next declaration is a PARM_DECL pointing to
theDECL,
> > +we need to adjust its VALUE_EXPR directly, since
chains of
> > +VALUE_EXPRs run afoul of garbage collection. This
occurs
> >
> + /* If the next declaration is a PARM_DECL pointing to theDECL,
> +we need to adjust its VALUE_EXPR directly, since chains of
> +VALUE_EXPRs run afoul of garbage collection. This occurs
> +in Ada for Out parameters that aren't copied i
On Fri, May 18, 2018 at 9:43 AM Eric Botcazou wrote:
> Hi,
> the compiler has had built-in support for nested functions for a long
time,
> which makes it possible to support them in GNU C (as an extension) and in
Ada;
> Fortran uses them too but marginally. The support was entirely rewritten
fo
Hi,
the compiler has had built-in support for nested functions for a long time,
which makes it possible to support them in GNU C (as an extension) and in Ada;
Fortran uses them too but marginally. The support was entirely rewritten for
GCC 4 and a few rough edges have remained since then, whic