diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-21 17:50:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-07-21 17:50:14 +0000 |
commit | 048f0471d203ae4ce74af80b32e4b40ec1d1f1f6 (patch) | |
tree | 3c7084a485b8a44b5ee8a461cffa7b3146df19be /gcc | |
parent | 5a5838e09e1e7fdb51d45c094a570f36de133b93 (diff) | |
download | gcc-048f0471d203ae4ce74af80b32e4b40ec1d1f1f6.zip gcc-048f0471d203ae4ce74af80b32e4b40ec1d1f1f6.tar.gz gcc-048f0471d203ae4ce74af80b32e4b40ec1d1f1f6.tar.bz2 |
runtime: allocate more stack space in CgoCallbackGC test
Allocate enough stack space so that the test will work on a system
that does not support split stacks.
This test is actually not very meaningful for gccgo at present, but it
doesn't hurt to keep running it.
Updates golang/go#20931
Reviewed-on: https://go-review.googlesource.com/50630
From-SVN: r250433
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 5f624b4..364312f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -6572f7e35f962bdb8a7c174920dbb70350b96874 +e34cb8dee6c1f215329e0eea79202b48cb83817c The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |