https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99458
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:d5d3f15a0e04c30d5dbec09b56c14ad923a3e8da commit r11-7569-gd5d3f15a0e04c30d5dbec09b56c14ad923a3e8da Author: Ian Lance Taylor <i...@golang.org> Date: Mon Mar 8 13:58:14 2021 -0800 runtime: cast SIGSTKSZ to uintptr In newer versions of glibc it is long, which causes a signed comparison warning. Fixes PR go/99458