From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: gdb@sources.redhat.com Cc: Andrew Cagney , Nick Duffek Subject: Re: alloca is bad? Date: Fri, 10 Nov 2000 06:21:00 -0000 Message-id: References: <20001109222231.A26675@redhat.com> <200011100503.eAA53pT24667@rtl.cygnus.com> <3A0B91AB.1815BC89@cygnus.com> <20001110012016.A18577@redhat.com> X-SW-Source: 2000-11/msg00064.html I think alloca is terribly useful. I have every intention of using it the next time it's appropriate. We should not reject new uses of alloca. Of course, strictly typed mechanisms, like GCC's dynamically sized arrays, are preferable, but not widely available.