gcc/libgo/go/reflect
Ian Lance Taylor 1d6ccc5f29 reflect: fix StructOf hash and string
Adjust the hash and string fields computed by StructOf to match the
    values that the compiler computes for a struct type with the same
    field names and types.  This makes the reflect code match the
    compiler's Type::hash_for_method and Type::reflection methods.
    
    Fixes golang/go#25284
    
    Reviewed-on: https://go-review.googlesource.com/116515

From-SVN: r261235
2018-06-06 14:50:16 +00:00
..
all_test.go reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
deepequal.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
example_test.go
export_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
makefunc_ffi_c.c
makefunc_ffi.go
makefunc.go
set_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
swapper.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
tostring_test.go
type.go reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
value.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00