Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 17:11:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 283917] libc failes to include stdint.h with clang>16 and -ffreestanding
Message-ID:  <bug-283917-99-AtaPqQxgZC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283917-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283917-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283917

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #4 from Mark Johnston <markj@FreeBSD.org> ---
Looking at LLVM's stdint.h, it does an #include_next <stdint.h>, which
presumably pulls in the FreeBSD header, causing the failure.  Isn't that
incorrect behaviour from LLVM when -ffreestanding is configured?  Which
toolchain(s) are you using on other systems?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283917-99-AtaPqQxgZC>