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 <i...@gcc.gnu.org>: https://gcc.gnu.org/g:3c8e29c81b789db8a49616e0d36d16f869cf442a commit r10-9424-g3c8e29c81b789db8a49616e0d36d16f869cf442a Author: Ian Lance Taylor <i...@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.