Updating GIT tree Updating 6aff491f7b1..96de87b99bf Fast-forward c++tools/Makefile.in | 6 +- c++tools/configure | 13 + c++tools/configure.ac | 7 + gcc/ChangeLog | 81 +++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 23 +- gcc/config/i386/i386-expand.c | 27 +- gcc/cp/ChangeLog | 21 + gcc/d/types.cc | 10 +- gcc/go/ChangeLog | 6 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 2 - gcc/go/gofrontend/parse.cc | 4 +- gcc/go/gofrontend/runtime.def | 12 +- gcc/go/gofrontend/statements.cc | 131 +++-- gcc/go/gofrontend/statements.h | 48 +- gcc/go/gofrontend/types.cc | 7 +- gcc/testsuite/ChangeLog | 847 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr96793-1.c | 28 + gcc/testsuite/gdc.dg/pr98427.d | 23 + libcody/Makefile.in | 2 +- libcody/tests/01-serialize/connect.cc | 30 -- libcody/tests/01-serialize/decoder.cc | 73 --- libcody/tests/01-serialize/encoder.cc | 48 -- libcody/tests/02-comms/client-1.cc | 97 ---- libcody/tests/02-comms/pivot-1.cc | 76 --- libcody/tests/02-comms/server-1.cc | 68 --- libcody/tests/Makesub.in | 36 -- libcody/tests/jouster | 11 - libgo/go/runtime/select.go | 93 ++-- libiberty/ChangeLog | 11 + 31 files changed, 1265 insertions(+), 580 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-1.c create mode 100644 gcc/testsuite/gdc.dg/pr98427.d delete mode 100644 libcody/tests/01-serialize/connect.cc delete mode 100644 libcody/tests/01-serialize/decoder.cc delete mode 100644 libcody/tests/01-serialize/encoder.cc delete mode 100644 libcody/tests/02-comms/client-1.cc delete mode 100644 libcody/tests/02-comms/pivot-1.cc delete mode 100644 libcody/tests/02-comms/server-1.cc delete mode 100644 libcody/tests/Makesub.in delete mode 100755 libcody/tests/jouster Current branch master is up to date. Adjusting file timestamps Touching c++tools/config.h.in...