https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121911
--- Comment #6 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Sergei Trofimovich from comment #5) > Should `systemd` be changed to `uintptr_t`? Or should `gcc` be tweaked to > allow `intptr_t`? Change systemd since glibc has it defined as uintptr_t: csu/libc-start.c:uintptr_t __stack_chk_guard attribute_relro; elf/rtld.c:uintptr_t __stack_chk_guard attribute_relro;
