gcc/libgo/go/reflect
Ian Lance Taylor 033425d0ed 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
2019-09-17 20:24:00 +00:00
..
all_test.go libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
deepequal.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
example_test.go libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
export_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
makefunc_ffi_c.c re PR go/91781 (r275691 breaks go test "reflect") 2019-09-17 20:24:00 +00:00
makefunc_ffi.go re PR go/91781 (r275691 breaks go test "reflect") 2019-09-17 20:24:00 +00:00
makefunc.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
set_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
swapper.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
tostring_test.go
type.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
value.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00