Re: Alloca documentation

2020-08-24 Thread Jonathan Wakely via Gcc
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

Alloca documentation

2020-08-24 Thread Philip R Brenan via Gcc
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