[Bug bootstrap/78616] [7 regression] bootstrap fails for x86_64-darwin at stage1 after 243030 when the bootstrap compiler doesn't have strndup
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 1 10:13:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78616
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah, I'm susprised strndup isn't poisoned in system.h, strdup is.
selftest.c shouldn't be using strndup, just xstrndup.
More information about the Gcc-bugs
mailing list