re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature does...
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 20 Sep 2016 16:48:19 +0000 (16:48 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 20 Sep 2016 16:48:19 +0000 (16:48 +0000)
commitb276eda4b4e09dc1b8b265a30b41e1493abc3031
tree447913c9a5f661ee74180210cd9cb26acd1fd0b5
parentc79222478d2eb0ba4bdfbdcdaa1569dcbb72a8e3
re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature does not match)

PR go/77642

    runtime: pass correct type to __splitstack_find

    The code was passing uintptr* to a function that expected size_t*.

    Based on patch by Andreas Krebbel.

    Fixes GCC PR 77642.

    Reviewed-on: https://go-review.googlesource.com/29433

From-SVN: r240275
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c