aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-09-17 20:24:00 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-09-17 20:24:00 +0000
commit033425d0ed0092748fc919e5c40dc47421dcdd89 (patch)
tree7ff26ef5001f70214c75d5fe6546930b57a52d4c /gcc/go
parent99a28ee8c18fd1f452c002f0548c54eb0a7be817 (diff)
downloadgcc-033425d0ed0092748fc919e5c40dc47421dcdd89.zip
gcc-033425d0ed0092748fc919e5c40dc47421dcdd89.tar.gz
gcc-033425d0ed0092748fc919e5c40dc47421dcdd89.tar.bz2
re PR go/91781 (r275691 breaks go test "reflect")
PR go/91781 reflect: promote integer closure return to full word The libffi library expects an integer return type to be promoted to a full word. Implement that when returning from a closure written in Go. This only matters on big-endian systems when returning an integer smaller than the pointer size, which is why we didn't notice it until now. Fixes https://gcc.gnu.org/PR91781. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195858 From-SVN: r275813
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index ab30040..4a81caa 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-ff18e041624b8c23ffcd747f51e9dda945777d2a
+7aabaf8623cf88e2378057476a034093abbe5aab
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.