diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 12:32:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-09-15 12:32:31 +0000 |
commit | 7e56d668646e384a2c6cb9f903bdf2b47f31b129 (patch) | |
tree | 676cbfebbb629db4af055d56322e25c90f477b72 /gcc | |
parent | f4720b94c49fa64aad75c309681712f0e94a5059 (diff) | |
download | gcc-7e56d668646e384a2c6cb9f903bdf2b47f31b129.zip gcc-7e56d668646e384a2c6cb9f903bdf2b47f31b129.tar.gz gcc-7e56d668646e384a2c6cb9f903bdf2b47f31b129.tar.bz2 |
runtime: Ignore stack sizes when deciding when to GC.
This restores https://golang.org/cl/6081043 which was lost accidentally
when updating a new version of libgo in https://golang.org/cl/22440043 .
Reviewed-on: https://go-review.googlesource.com/14569
From-SVN: r227784
Diffstat (limited to 'gcc')
-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 470981c..afb257e 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -ae60deadd72b3b29df98cee61deed68f251f0122 +23392287e9a26956977987fe95f337c5be4d6417 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |