Path: santra!tut!draken!kth!mcvax!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!indri!uflorida!gatech!psuvax1!flee From: flee@shire.cs.psu.edu (Felix Lee) Newsgroups: comp.unix.wizards Subject: Re: alloca (was: libpw.a) Message-ID: Date: 25 Apr 89 00:17:10 GMT References: <157@dftsrv.gsfc.nasa.gov> <10013@smoke.BRL.MIL> <8184@chinet.chi.il.us> <1250@frog.UUCP> <564@aablue.UUCP> <1883@thor.acc.stolaf.edu> <15945@rpp386.Dallas.TX.US> <10090@smoke.BRL.MIL> <8261@chinet.chi.il.us> Sender: news@psuvax1.cs.psu.edu Organization: Penn State University Computer Science Lines: 8 In-reply-to: les@chinet.chi.il.us's message of 22 Apr 89 03:25:55 GMT Are there uses of alloca() that can't be handled by variable-length automatic arrays: { int n = 10; { char s[n]; } } which are allowed by GNU cc? Are there architectures that will not allow you to implement this? -- Felix Lee flee@shire.cs.psu.edu *!psuvax1!shire!flee