diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-02-10 02:16:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-02-10 02:16:04 +0000 |
commit | de24ed7803caed57a54bb645ba17da893a4a507c (patch) | |
tree | e47cd7942701133199683fbab38ab437ef6bcd93 /gcc/go | |
parent | 6e56c866b6faa5ce461617f8c3828eedaab5d809 (diff) | |
download | gcc-de24ed7803caed57a54bb645ba17da893a4a507c.zip gcc-de24ed7803caed57a54bb645ba17da893a4a507c.tar.gz gcc-de24ed7803caed57a54bb645ba17da893a4a507c.tar.bz2 |
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 1f47b1e..23f1bfe 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2ef5f1ca449b5cf07dbbd7b13a50910fb5567372 +4cec4c5db5b054c5536ec5c50ee7aebec83563bc The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |