[Bug target/126652] [17 regression] err or: conflicting declaration of ‘int64_t vad dd_s64(int64_t, int64_t)’ with ‘C’ link age
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]> Wed, 05 Aug 2026 13:54:26 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126652
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Looking into what also xxhash.h includes under extern "c", it includes stddef.h
which is invalid to do also.
https://github.com/Cyan4973/xxHash/blob/dev/xxhash.h