> Andrew already pointed out that alloca uses the stack, so > memory is reaped at function exit. I can use gfc_getmem > and gfc_free if you think we should be using the heap. No, no, with Andrew's comments, alloca() seems just fine! FX