Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!daver!bungi.com!news From: ian@sibyl.eleceng.ua.oz.au Newsgroups: comp.sys.nsc.32k Subject: __builtin_alloca in gcc Message-ID: <9101091605.13597@munnari.oz.au> Date: 9 Jan 91 15:27:07 GMT Sender: news@daver.bungi.com Lines: 11 Approved: news@daver.bungi.com The code to make __builtin_alloca work on the 32k (*without* my function prologue kludge) appears to have made it into gcc version 1.38. I am just in the process of building it so I haven't actually tested it. You need to make sure the EXIT_IGNORE_STACK is *not* defined in the tm file. Anyone using code based on my patches will find __builtin_alloca works whether or not EXIT_IGNORE_STACK is defined, but it should be more efficient if EXIT_IGNORE_STACK is *not* defined. Ian