https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116203
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-08-03 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|libsanitizer fails to build |libsanitizer fails to build |for aarch64 (14.2) with |for aarch64 with |__NR_newfstatat was not |__NR_newfstatat was not |declared in this scope |declared in this scope See Also| |https://github.com/llvm/llv | |m-project/issues/100098 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed but note the issue is due to the newer linux kernel headers and has been filed upstream: https://github.com/llvm/llvm-project/issues/100098 It will also fail with GCC 14.1.0 with the same headers.