<<On Thu, 12 Jun 2003 22:22:07 +1000, Tim Robbins <[EMAIL PROTECTED]> said:

> builtin alloca() until we figure out how to fix the one in libc.

It is fundamentally impossible to ``fix'' the alloca() implementation
in libc.  alloca() CANNOT be implemented that way.  If GCC's builtin
alloca() is disabled by requesting a strict Standard C environment
(which is not appropriate for FreeBSD anyway), then alloca() is just
an ordinary user symbol and programs expecting the implementation to
supply it should simply fail.

-GAWollman

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to