]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Feb 2016 02:16:04 +0000 (02:16 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Feb 2016 02:16:04 +0000 (02:16 +0000)
commitde24ed7803caed57a54bb645ba17da893a4a507c
treee47cd7942701133199683fbab38ab437ef6bcd93
parent6e56c866b6faa5ce461617f8c3828eedaab5d809
re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)

PR go/69511
    runtime: change G gcstack_size field to size_t

    Because its address is passed to __splitstack_find, which expects size_t*.

    From Dominik Vogt in GCC PR 69511.

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

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