r257413 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Feb 6 15:18:00 GMT 2018


Author: ian
Date: Tue Feb  6 15:18:50 2018
New Revision: 257413

URL: https://gcc.gnu.org/viewcvs?rev=257413&root=gcc&view=rev
Log:
    runtime: correct runtime structfield type to match reflect
    
    The offset field in structfield has changed to offsetAnon, and now
    requires a shift to get the actual offset value.
    
    Fixes golang/go#23391
    
    Reviewed-on: https://go-review.googlesource.com/92275

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/cgocall.go
    trunk/libgo/go/runtime/type.go



More information about the Gcc-cvs mailing list