libgo: update to go1.8rc2
commit364cd319ae4dcf7d7235542e2f49c8edb69c465c
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2017 22:18:42 +0000 (23 22:18 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jan 2017 22:18:42 +0000 (23 22:18 +0000)
tree843ee0b88a49a9a81be51f8853f88eb3c11256b1
parentb8588f71a764829e7cc3bd50d840a9cbb0725e6a
libgo: update to go1.8rc2

    Fix a bug in the generation of the hash value in reflect.FuncOf.

    The merge script missed a bunch of testdata files over the years.
    Copy them over.

    Reviewed-on: https://go-review.googlesource.com/35570

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244835 138bc75d-0d04-0410-961f-82ee72b054a4
121 files changed:
gcc/go/gofrontend/MERGE
libgo/MERGE
libgo/VERSION
libgo/go/cmd/go/bug.go
libgo/go/cmd/go/test.go
libgo/go/cmd/go/testdata/failssh/ssh [new file with mode: 0644]
libgo/go/cmd/go/testdata/src/badc/x.c [new file with mode: 0644]
libgo/go/cmd/go/testdata/src/canonical/a/vendor/c/c.go [moved from libgo/go/cmd/go/testdata/src/canonical/a/c/c.go with 100% similarity]
libgo/go/cmd/go/testdata/src/dupload/vendor/p/p.go [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/emptydecl.golden [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/emptydecl.input [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/ranges.golden [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/ranges.input [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin5.golden [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin5.input [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin6.golden [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin6.input [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin7.golden [new file with mode: 0644]
libgo/go/cmd/gofmt/testdata/stdin7.input [new file with mode: 0644]
libgo/go/compress/bzip2/bzip2_test.go
libgo/go/compress/flate/deflate.go
libgo/go/compress/flate/deflate_test.go
libgo/go/compress/flate/deflatefast.go
libgo/go/compress/gzip/issue14937_test.go
libgo/go/crypto/ecdsa/testdata/SigVer.rsp.bz2 [new file with mode: 0644]
libgo/go/crypto/tls/cipher_suites.go
libgo/go/crypto/tls/tls.go
libgo/go/crypto/x509/cert_pool.go
libgo/go/crypto/x509/root_windows.go
libgo/go/crypto/x509/x509_test.go
libgo/go/go/ast/scope.go
libgo/go/go/doc/doc_test.go
libgo/go/go/internal/gccgoimporter/testdata/complexnums.gox [new file with mode: 0644]
libgo/go/go/internal/gccgoimporter/testdata/conversions.gox [new file with mode: 0644]
libgo/go/go/internal/gccgoimporter/testdata/imports.gox [new file with mode: 0644]
libgo/go/go/internal/gccgoimporter/testdata/pointer.gox [new file with mode: 0644]
libgo/go/go/internal/gccgoimporter/testdata/time.gox [new file with mode: 0644]
libgo/go/go/internal/gccgoimporter/testdata/unicode.gox [new file with mode: 0644]
libgo/go/go/parser/performance_test.go
libgo/go/go/types/testdata/blank.src [new file with mode: 0644]
libgo/go/go/types/testdata/builtins.src [new file with mode: 0644]
libgo/go/go/types/testdata/const0.src [new file with mode: 0644]
libgo/go/go/types/testdata/const1.src [new file with mode: 0644]
libgo/go/go/types/testdata/constdecl.src [new file with mode: 0644]
libgo/go/go/types/testdata/conversions.src [new file with mode: 0644]
libgo/go/go/types/testdata/conversions2.src [new file with mode: 0644]
libgo/go/go/types/testdata/cycles.src [new file with mode: 0644]
libgo/go/go/types/testdata/cycles1.src [new file with mode: 0644]
libgo/go/go/types/testdata/cycles2.src [new file with mode: 0644]
libgo/go/go/types/testdata/cycles3.src [new file with mode: 0644]
libgo/go/go/types/testdata/cycles4.src [new file with mode: 0644]
libgo/go/go/types/testdata/decls0.src [new file with mode: 0644]
libgo/go/go/types/testdata/decls1.src [new file with mode: 0644]
libgo/go/go/types/testdata/decls2a.src [new file with mode: 0644]
libgo/go/go/types/testdata/decls2b.src [new file with mode: 0644]
libgo/go/go/types/testdata/decls3.src [new file with mode: 0644]
libgo/go/go/types/testdata/errors.src [new file with mode: 0644]
libgo/go/go/types/testdata/expr0.src [new file with mode: 0644]
libgo/go/go/types/testdata/expr1.src [new file with mode: 0644]
libgo/go/go/types/testdata/expr2.src [new file with mode: 0644]
libgo/go/go/types/testdata/expr3.src [new file with mode: 0644]
libgo/go/go/types/testdata/gotos.src [new file with mode: 0644]
libgo/go/go/types/testdata/importC.src [new file with mode: 0644]
libgo/go/go/types/testdata/importdecl0a.src [new file with mode: 0644]
libgo/go/go/types/testdata/importdecl0b.src [new file with mode: 0644]
libgo/go/go/types/testdata/importdecl1a.src [new file with mode: 0644]
libgo/go/go/types/testdata/importdecl1b.src [new file with mode: 0644]
libgo/go/go/types/testdata/init0.src [new file with mode: 0644]
libgo/go/go/types/testdata/init1.src [new file with mode: 0644]
libgo/go/go/types/testdata/init2.src [new file with mode: 0644]
libgo/go/go/types/testdata/issues.src [new file with mode: 0644]
libgo/go/go/types/testdata/labels.src [new file with mode: 0644]
libgo/go/go/types/testdata/methodsets.src [new file with mode: 0644]
libgo/go/go/types/testdata/shifts.src [new file with mode: 0644]
libgo/go/go/types/testdata/stmt0.src [new file with mode: 0644]
libgo/go/go/types/testdata/stmt1.src [new file with mode: 0644]
libgo/go/go/types/testdata/vardecl.src [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g01.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g01.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g02.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g02.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g04.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn0g04.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn2c16.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn2c16.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbbn3p08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbgn2c16.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbgn2c16.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbgn3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbgn3p08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbrn2c08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbrn2c08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbwn0g16.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbwn0g16.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbwn3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbwn3p08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbyn3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftbyn3p08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n0g08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n0g08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n2c08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n2c08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp0n3p08.sng [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp1n3p08.png [new file with mode: 0644]
libgo/go/image/png/testdata/pngsuite/ftp1n3p08.sng [new file with mode: 0644]
libgo/go/mime/testdata/test.types.plan9 [new file with mode: 0644]
libgo/go/net/http/serve_test.go
libgo/go/net/http/server.go
libgo/go/net/http/transport_test.go
libgo/go/os/os_test.go
libgo/go/reflect/all_test.go
libgo/go/reflect/type.go
libgo/go/runtime/testdata/testprogcgo/threadpanic_unix.c [new file with mode: 0644]
libgo/go/runtime/testdata/testprogcgo/threadpanic_windows.c [new file with mode: 0644]
libgo/go/runtime/testdata/testprogcgo/tracebackctxt_c.c [new file with mode: 0644]
libgo/go/testing/benchmark.go
libgo/go/testing/sub_test.go
libgo/go/testing/testing.go
libgo/merge.sh