This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Further observations regarding alloca on i586-pc-linux-gnu


On Mon, Aug 24, 1998 at 05:38:38PM +0200, Joerg Pommnitz wrote:
> I really think the test is valid. There are no documented constraints
> on the usage of alloca. An option "-fno-inline-alloca" and the generic
> alloca emulation included in glibc would provide a useable work around.

As discussed elsewhere on this thread, no it wouldn't.  You'll
get _exactly_ the same results from the alloca in glibc.

With the malloc-based c alloca in gcc, it would work, but that
is rather different.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]