On Fri, Feb 15, 2019 at 12:15 AM Andreas Schwab wrote: > > This breaks non-split-stack builds. > > ../../../libgo/runtime/stack.c: In function 'doscanstack1': > ../../../libgo/runtime/stack.c:113:18: error: passing argument 1 of 'scanstackblock' makes integer from pointer without a cast [-Werror=int-conversion] > 113 | scanstackblock(bottom, (uintptr)(top - bottom), gcw); > | ^~~~~~ > | | > | byte * {aka unsigned char *} Thanks, and sorry. Fixed like so. Committed to mainline. Ian