This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b8588f7 gcc/testsuite/ChangeLog: new 364cd31 libgo: update to go1.8rc2 new 8a0dedc * da.po: Update. new 0afc9b4 2017-01-23 Richard Biener rguenther@suse.de
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 10 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/torture/pr79088.c | 23 + gcc/testsuite/gcc.dg/torture/pr79188.c | 44 + gcc/tree-ssa-threadbackward.c | 4 + gcc/tree-ssa-threadupdate.c | 76 +- libcpp/po/ChangeLog | 4 + libcpp/po/da.po | 4 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/bug.go | 7 +- libgo/go/cmd/go/test.go | 41 +- libgo/go/cmd/go/testdata/failssh/ssh | 2 + libgo/go/cmd/go/testdata/src/badc/x.c | 1 + .../testdata/src/canonical/a/{ => vendor}/c/c.go | 0 .../go/testdata/src/dupload/{ => vendor}/p/p.go | 0 libgo/go/cmd/gofmt/testdata/emptydecl.golden | 14 + libgo/go/cmd/gofmt/testdata/emptydecl.input | 16 + libgo/go/cmd/gofmt/testdata/ranges.golden | 30 + libgo/go/cmd/gofmt/testdata/ranges.input | 20 + libgo/go/cmd/gofmt/testdata/stdin5.golden | 3 + libgo/go/cmd/gofmt/testdata/stdin5.input | 3 + libgo/go/cmd/gofmt/testdata/stdin6.golden | 19 + libgo/go/cmd/gofmt/testdata/stdin6.input | 21 + libgo/go/cmd/gofmt/testdata/stdin7.golden | 19 + libgo/go/cmd/gofmt/testdata/stdin7.input | 21 + libgo/go/compress/bzip2/bzip2_test.go | 24 +- libgo/go/compress/flate/deflate.go | 7 +- libgo/go/compress/flate/deflate_test.go | 31 + libgo/go/compress/flate/deflatefast.go | 19 +- libgo/go/compress/gzip/issue14937_test.go | 14 +- libgo/go/crypto/ecdsa/testdata/SigVer.rsp.bz2 | Bin 0 -> 95485 bytes libgo/go/crypto/tls/cipher_suites.go | 6 +- libgo/go/crypto/tls/tls.go | 4 +- libgo/go/crypto/x509/cert_pool.go | 11 +- libgo/go/crypto/x509/root_windows.go | 5 + libgo/go/crypto/x509/x509_test.go | 4 + libgo/go/go/ast/scope.go | 4 +- libgo/go/go/doc/doc_test.go | 5 +- .../gccgoimporter/testdata/complexnums.gox | 8 + .../gccgoimporter/testdata/conversions.gox | 6 + .../go/internal/gccgoimporter/testdata/imports.gox | 7 + .../go/internal/gccgoimporter/testdata/pointer.gox | 4 + .../go/go/internal/gccgoimporter/testdata/time.gox | Bin 0 -> 7977 bytes .../go/internal/gccgoimporter/testdata/unicode.gox | Bin 0 -> 7945 bytes libgo/go/go/parser/performance_test.go | 13 +- .../dep_test.go => go/types/testdata/blank.src} | 4 +- libgo/go/go/types/testdata/builtins.src | 901 +++++++++++++++++++ libgo/go/go/types/testdata/const0.src | 295 +++++++ libgo/go/go/types/testdata/const1.src | 322 +++++++ libgo/go/go/types/testdata/constdecl.src | 97 ++ libgo/go/go/types/testdata/conversions.src | 93 ++ libgo/go/go/types/testdata/conversions2.src | 313 +++++++ libgo/go/go/types/testdata/cycles.src | 143 +++ libgo/go/go/types/testdata/cycles1.src | 77 ++ libgo/go/go/types/testdata/cycles2.src | 118 +++ libgo/go/go/types/testdata/cycles3.src | 60 ++ libgo/go/go/types/testdata/cycles4.src | 110 +++ libgo/go/go/types/testdata/decls0.src | 210 +++++ libgo/go/go/types/testdata/decls1.src | 144 +++ libgo/go/go/types/testdata/decls2a.src | 111 +++ libgo/go/go/types/testdata/decls2b.src | 65 ++ libgo/go/go/types/testdata/decls3.src | 309 +++++++ libgo/go/go/types/testdata/errors.src | 55 ++ libgo/go/go/types/testdata/expr0.src | 180 ++++ libgo/go/go/types/testdata/expr1.src | 127 +++ libgo/go/go/types/testdata/expr2.src | 247 ++++++ libgo/go/go/types/testdata/expr3.src | 558 ++++++++++++ libgo/go/go/types/testdata/gotos.src | 560 ++++++++++++ libgo/go/go/types/testdata/importC.src | 10 + libgo/go/go/types/testdata/importdecl0a.src | 53 ++ libgo/go/go/types/testdata/importdecl0b.src | 33 + .../types/testdata/importdecl1a.src} | 9 +- .../types/testdata/importdecl1b.src} | 4 +- libgo/go/go/types/testdata/init0.src | 106 +++ libgo/go/go/types/testdata/init1.src | 97 ++ libgo/go/go/types/testdata/init2.src | 139 +++ libgo/go/go/types/testdata/issues.src | 188 ++++ libgo/go/go/types/testdata/labels.src | 207 +++++ libgo/go/go/types/testdata/methodsets.src | 214 +++++ libgo/go/go/types/testdata/shifts.src | 341 +++++++ libgo/go/go/types/testdata/stmt0.src | 980 +++++++++++++++++++++ libgo/go/go/types/testdata/stmt1.src | 241 +++++ libgo/go/go/types/testdata/vardecl.src | 186 ++++ libgo/go/image/png/testdata/pngsuite/ftbbn0g01.png | Bin 0 -> 176 bytes libgo/go/image/png/testdata/pngsuite/ftbbn0g01.sng | 44 + libgo/go/image/png/testdata/pngsuite/ftbbn0g02.png | Bin 0 -> 197 bytes libgo/go/image/png/testdata/pngsuite/ftbbn0g02.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbbn0g04.png | Bin 0 -> 429 bytes libgo/go/image/png/testdata/pngsuite/ftbbn0g04.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbbn2c16.png | Bin 0 -> 2041 bytes libgo/go/image/png/testdata/pngsuite/ftbbn2c16.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbbn3p08.png | Bin 0 -> 1499 bytes libgo/go/image/png/testdata/pngsuite/ftbbn3p08.sng | 292 ++++++ libgo/go/image/png/testdata/pngsuite/ftbgn2c16.png | Bin 0 -> 2041 bytes libgo/go/image/png/testdata/pngsuite/ftbgn2c16.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbgn3p08.png | Bin 0 -> 1499 bytes libgo/go/image/png/testdata/pngsuite/ftbgn3p08.sng | 292 ++++++ libgo/go/image/png/testdata/pngsuite/ftbrn2c08.png | Bin 0 -> 1633 bytes libgo/go/image/png/testdata/pngsuite/ftbrn2c08.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbwn0g16.png | Bin 0 -> 1313 bytes libgo/go/image/png/testdata/pngsuite/ftbwn0g16.sng | 45 + libgo/go/image/png/testdata/pngsuite/ftbwn3p08.png | Bin 0 -> 1496 bytes libgo/go/image/png/testdata/pngsuite/ftbwn3p08.sng | 291 ++++++ libgo/go/image/png/testdata/pngsuite/ftbyn3p08.png | Bin 0 -> 1499 bytes libgo/go/image/png/testdata/pngsuite/ftbyn3p08.sng | 292 ++++++ libgo/go/image/png/testdata/pngsuite/ftp0n0g08.png | Bin 0 -> 719 bytes libgo/go/image/png/testdata/pngsuite/ftp0n0g08.sng | 41 + libgo/go/image/png/testdata/pngsuite/ftp0n2c08.png | Bin 0 -> 1594 bytes libgo/go/image/png/testdata/pngsuite/ftp0n2c08.sng | 41 + libgo/go/image/png/testdata/pngsuite/ftp0n3p08.png | Bin 0 -> 1476 bytes libgo/go/image/png/testdata/pngsuite/ftp0n3p08.sng | 288 ++++++ libgo/go/image/png/testdata/pngsuite/ftp1n3p08.png | Bin 0 -> 1483 bytes libgo/go/image/png/testdata/pngsuite/ftp1n3p08.sng | 290 ++++++ libgo/go/mime/testdata/test.types.plan9 | 8 + libgo/go/net/http/serve_test.go | 139 +++ libgo/go/net/http/server.go | 10 +- libgo/go/net/http/transport_test.go | 114 ++- libgo/go/os/os_test.go | 5 +- libgo/go/reflect/all_test.go | 68 ++ libgo/go/reflect/type.go | 3 +- .../testdata/testprogcgo/threadpanic_unix.c | 26 + .../testdata/testprogcgo/threadpanic_windows.c | 23 + .../runtime/testdata/testprogcgo/tracebackctxt_c.c | 91 ++ libgo/go/testing/benchmark.go | 7 +- libgo/go/testing/sub_test.go | 17 + libgo/go/testing/testing.go | 12 +- libgo/merge.sh | 2 +- 129 files changed, 10988 insertions(+), 152 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr79088.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr79188.c create mode 100644 libgo/go/cmd/go/testdata/failssh/ssh create mode 100644 libgo/go/cmd/go/testdata/src/badc/x.c rename libgo/go/cmd/go/testdata/src/canonical/a/{ => vendor}/c/c.go (100%) copy libgo/go/cmd/go/testdata/src/dupload/{ => vendor}/p/p.go (100%) create mode 100644 libgo/go/cmd/gofmt/testdata/emptydecl.golden create mode 100644 libgo/go/cmd/gofmt/testdata/emptydecl.input create mode 100644 libgo/go/cmd/gofmt/testdata/ranges.golden create mode 100644 libgo/go/cmd/gofmt/testdata/ranges.input create mode 100644 libgo/go/cmd/gofmt/testdata/stdin5.golden create mode 100644 libgo/go/cmd/gofmt/testdata/stdin5.input create mode 100644 libgo/go/cmd/gofmt/testdata/stdin6.golden create mode 100644 libgo/go/cmd/gofmt/testdata/stdin6.input create mode 100644 libgo/go/cmd/gofmt/testdata/stdin7.golden create mode 100644 libgo/go/cmd/gofmt/testdata/stdin7.input create mode 100644 libgo/go/crypto/ecdsa/testdata/SigVer.rsp.bz2 create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/complexnums.gox create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/conversions.gox create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/imports.gox create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/pointer.gox create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/time.gox create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/unicode.gox copy libgo/go/{cmd/go/testdata/dep_test.go => go/types/testdata/blank.src} (78%) create mode 100644 libgo/go/go/types/testdata/builtins.src create mode 100644 libgo/go/go/types/testdata/const0.src create mode 100644 libgo/go/go/types/testdata/const1.src create mode 100644 libgo/go/go/types/testdata/constdecl.src create mode 100644 libgo/go/go/types/testdata/conversions.src create mode 100644 libgo/go/go/types/testdata/conversions2.src create mode 100644 libgo/go/go/types/testdata/cycles.src create mode 100644 libgo/go/go/types/testdata/cycles1.src create mode 100644 libgo/go/go/types/testdata/cycles2.src create mode 100644 libgo/go/go/types/testdata/cycles3.src create mode 100644 libgo/go/go/types/testdata/cycles4.src create mode 100644 libgo/go/go/types/testdata/decls0.src create mode 100644 libgo/go/go/types/testdata/decls1.src create mode 100644 libgo/go/go/types/testdata/decls2a.src create mode 100644 libgo/go/go/types/testdata/decls2b.src create mode 100644 libgo/go/go/types/testdata/decls3.src create mode 100644 libgo/go/go/types/testdata/errors.src create mode 100644 libgo/go/go/types/testdata/expr0.src create mode 100644 libgo/go/go/types/testdata/expr1.src create mode 100644 libgo/go/go/types/testdata/expr2.src create mode 100644 libgo/go/go/types/testdata/expr3.src create mode 100644 libgo/go/go/types/testdata/gotos.src create mode 100644 libgo/go/go/types/testdata/importC.src create mode 100644 libgo/go/go/types/testdata/importdecl0a.src create mode 100644 libgo/go/go/types/testdata/importdecl0b.src copy libgo/go/{net/cgo_android.go => go/types/testdata/importdecl1a.src} (58%) copy libgo/go/{cmd/go/testdata/dep_test.go => go/types/testdata/importdecl1b.src} (68%) create mode 100644 libgo/go/go/types/testdata/init0.src create mode 100644 libgo/go/go/types/testdata/init1.src create mode 100644 libgo/go/go/types/testdata/init2.src create mode 100644 libgo/go/go/types/testdata/issues.src create mode 100644 libgo/go/go/types/testdata/labels.src create mode 100644 libgo/go/go/types/testdata/methodsets.src create mode 100644 libgo/go/go/types/testdata/shifts.src create mode 100644 libgo/go/go/types/testdata/stmt0.src create mode 100644 libgo/go/go/types/testdata/stmt1.src create mode 100644 libgo/go/go/types/testdata/vardecl.src create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g01.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g01.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g02.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g02.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g04.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn0g04.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn2c16.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn2c16.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbbn3p08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbgn2c16.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbgn2c16.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbgn3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbgn3p08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbrn2c08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbrn2c08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbwn0g16.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbwn0g16.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbwn3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbwn3p08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbyn3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftbyn3p08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n0g08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n0g08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n2c08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n2c08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp0n3p08.sng create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp1n3p08.png create mode 100644 libgo/go/image/png/testdata/pngsuite/ftp1n3p08.sng create mode 100644 libgo/go/mime/testdata/test.types.plan9 create mode 100644 libgo/go/runtime/testdata/testprogcgo/threadpanic_unix.c create mode 100644 libgo/go/runtime/testdata/testprogcgo/threadpanic_windows.c create mode 100644 libgo/go/runtime/testdata/testprogcgo/tracebackctxt_c.c