[Bug go/99458] libgo doesn't build against latest glibc

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 9 00:17:22 GMT 2021


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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Ian Lance Taylor
<ian@gcc.gnu.org>:

https://gcc.gnu.org/g:3c8e29c81b789db8a49616e0d36d16f869cf442a

commit r10-9424-g3c8e29c81b789db8a49616e0d36d16f869cf442a
Author: Ian Lance Taylor <iant@golang.org>
Date:   Mon Mar 8 15:23:40 2021 -0800

    runtime: cast SIGSTKSZ to uintptr

            PR go/99458
            * libgo/runtime/proc.c: cast SIGSTKSZ to uintptr
            In newer versions of glibc it is long, which causes a signed
            comparison warning.


More information about the Gcc-bugs mailing list