This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 47554478a13 OpenMP: Skip target-nesting warning for reverse offload adds 2ee68beee70 Fix register count when not splitting Complex IEEE 128-bit args. adds 2c05a2d1a8e c: use CONST_DECL for enumerators in TYPE_VALUES adds 2b0c8377729 c++: constexpr ref to array of array [PR102307] adds 1bfb823e2a7 compiler: load LHS subexpressions of op= assignment only once adds 3d9439b1bb7 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 163 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 226 ++++++++++++++++++++++++++ gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 11 ++ gcc/c/c-decl.cc | 4 +- gcc/config/rs6000/rs6000-call.cc | 6 + gcc/cp/ChangeLog | 14 ++ gcc/cp/decl.cc | 17 +- gcc/fortran/ChangeLog | 9 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/statements.cc | 10 ++ gcc/godump.cc | 9 +- gcc/testsuite/ChangeLog | 58 +++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-array2.C | 12 ++ include/ChangeLog | 9 + libgomp/ChangeLog | 40 +++++ libiberty/ChangeLog | 8 + libstdc++-v3/ChangeLog | 53 ++++++ 19 files changed, 646 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-array2.C