On Mon, 24 Aug 2020 at 15:39, Philip R Brenan via Gcc 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 demo
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