gcc/libgo/go
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
..
archive libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
bufio
builtin
bytes
cmd libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
compress
container
context
crypto libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
database/sql libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
debug
encoding libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
errors
expvar
flag
fmt
go libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
golang_org/x
hash
html
image
index/suffixarray
internal libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
io
log
math math: adjust compilation flags, use them when testing 2018-02-01 21:05:20 +00:00
mime
net libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
os os/signal: disable loading of history during test 2018-04-17 23:55:17 +00:00
path
plugin
reflect reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
regexp
runtime libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
sort
strconv
strings
sync re PR go/84215 (Random results in go/libgo tests) 2018-02-12 18:50:16 +00:00
syscall libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
testing
text libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
time
unicode