]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR go/77642
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2016 16:48:19 +0000 (16:48 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2016 16:48:19 +0000 (16:48 +0000)
commit8fccd1ae5b91f6a8ecca36578b16385eeb8ed9a0
tree447913c9a5f661ee74180210cd9cb26acd1fd0b5
parent290fee802a7f83c7ba73988224cca018b8cb7ef4
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240275 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c