[Bug 279397] www/chromium sqlite3_shim.c compilation error

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 31 May 2024 06:12:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279397

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #3 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
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.