[Bug 283917] libc failes to include stdint.h with clang>16 and -ffreestanding
[email protected] Fri, 17 Jan 2025 17:11:23 +0000
| Newsgroups | gmane.os.freebsd.devel.standards |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283917 Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #4 from Mark Johnston <[email protected]> --- 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.