[Bug c++/95700] read-md.c: "missing sentinel in function call" when building gcc with musl

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 16 15:55:48 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95700

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why isn't gcc's own stddef.h used rather than the musl one?
I don't think it is a good idea to allow (uintptr_t) 0 as valid sentinel.


More information about the Gcc-bugs mailing list