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
..
2019-02-01 21:57:36 +00:00
2019-06-03 20:06:50 +00:00
2019-08-28 20:39:32 +00:00
2019-08-28 20:39:32 +00:00
2019-03-19 14:00:59 +00:00
2019-09-06 18:12:46 +00:00