[Bug 283917] libc failes to include stdint.h with clang>16 and -ffreestanding
Date: Fri, 17 Jan 2025 17:11:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283917 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? -- You are receiving this mail because: You are the assignee for the bug.