This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from 6aff491f7b1 testsuite: C++ module tests adds 313890530c5 runtime: eliminate scase.kind field adds 7b899797476 compiler: initialize saw_send_stmt locals adds 077fefbfaec Daily bump. adds 544f4775360 c++tools: Fix PIE [PR 98324] adds c142ae5e17e i386: Fix __builtin_trunc with FE_DOWNWARD rounding directi [...] adds 16929214fd1 libcody: Remove testsuite [PR 98318] adds feb3c40c8ee d: Force TYPE_MODE of classes and non-POD structs as BLKmode adds f3f237f7ee0 compiler: remove references to slicecopy and slicestringcopy adds 96de87b99bf Darwin : Adjust handling of MACOSX_DEPLOYMENT_TARGET for macOS 11. new 6b7d53a2593 c++: Fix constexpr array ICE [PR98332]
The 1 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: 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/cp/constexpr.c | 4 +- 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/g++.dg/cpp0x/constexpr-overflow3.C | 5 + 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 + 33 files changed, 1272 insertions(+), 582 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-overflow3.C 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