https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121911
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=125190
--- Comment #7 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Drea Pinski from comment #6)
> (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;
See PR 125190 which is about fixing/updating the documentation which is
currently says `The type of this variable must be @code{ptr_type_node}.` which
is wrong also.