On Mon, 24 Aug 2020 at 15:39, Philip R Brenan via Gcc <gcc@gcc.gnu.org> wrote:
>
> Hi *GCC*:
>
> Given the example for *alloca*() at:
>
> https://www.gnu.org/software/libc/manual/html_mono/libc.html#Alloca-Example
>
> May I recommend that the code below portrays the use of alloca() more
> completely in that it demonstrates that it is exiting the containing
> function, not the {}
> of the first for loop that frees the storage allocated by alloca()?

That documentation is part of glibc, not GCC.

See https://www.gnu.org/software/libc

Reply via email to