https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397

Tatsuki Makino <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Tatsuki Makino <[email protected]> ---
As a preface, I am encountering this problem in 12.4-STABLE amd64 environment
:)
But I'm writing this while looking at the <stdlib.h> for 14.1-STABLE.

It seems that if <stdlib.h> is used with __BSD_VISIBLE defined, alloca will
become a __builtin_alloca.
If the C version is strict, sys/cdefs.h will set the __BSD_VISIBLE to 0.

First of all, this seems to be the cause of the inability to use alloca.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to