Updating GIT tree Updating f1b6e46c417..0b7e26d8f91 Fast-forward contrib/ChangeLog | 4 + gcc/ChangeLog | 96 +++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/dfp.md | 13 + gcc/config/rs6000/rs6000.md | 6 +- gcc/cp/ChangeLog | 6 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 81 ++ gcc/testsuite/c-c++-common/cpp/pragma-eof.c | 1 + gcc/testsuite/gcc.target/powerpc/convert-fp-128.c | 18 +- gcc/testsuite/gcc.target/powerpc/pr92488.c | 43 + libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/go_test.go | 39 - libgo/go/cmd/go/testdata/test_regexps.txt | 75 ++ libgo/go/crypto/x509/root_windows.go | 46 +- libgo/go/crypto/x509/verify.go | 43 +- libgo/go/crypto/x509/verify_test.go | 888 +++++++++------------ libgo/go/database/sql/driver/driver.go | 9 +- libgo/go/database/sql/fakedb_test.go | 45 +- libgo/go/database/sql/sql.go | 200 ++--- libgo/go/database/sql/sql_test.go | 219 +++++ libgo/go/encoding/json/decode.go | 74 +- libgo/go/encoding/json/decode_test.go | 16 + .../x/tools/go/analysis/passes/printf/printf.go | 1 + libgo/go/net/http/fs.go | 1 + libgo/go/net/http/fs_test.go | 9 + libgo/go/net/http/server.go | 43 +- libgo/go/reflect/all_test.go | 6 + libgo/go/reflect/deepequal.go | 16 +- libgo/go/reflect/type.go | 1 + libgo/go/reflect/value.go | 1 + libgo/go/testing/benchmark.go | 3 + libgo/go/testing/sub_test.go | 126 +-- libgo/go/testing/testing.go | 80 +- libstdc++-v3/ChangeLog | 5 + 36 files changed, 1395 insertions(+), 827 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92488.c create mode 100644 libgo/go/cmd/go/testdata/test_regexps.txt Current branch master is up to date. Adjusting file timestamps