This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 374b3c936d6 compiler: error for duplicate bool map keys adds 469c76f0d94 libstdc++: ppc: conditionalize vsx-only simd intrinsics adds 967cdbe6629 c++: empty base constexpr adjustment [PR105245] adds e4e053a63b1 vec: fix iterate comment adds 69dd5ca3484 c++: add color to function decl printing adds 909ef4e2727 libstdc++: Fix deserialization for std::normal_distribution [...] adds 42991a91168 libstdc++: Simplify std::normal_distribution equality operator adds fa2d5fc0497 compiler: remove Array_index_expression::is_lvalue_ new ea3fbfda608 Daily bump.
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: contrib/ChangeLog | 4 ++ gcc/ChangeLog | 29 ++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 ++++++ gcc/cp/constexpr.cc | 67 +++++++++++----------- gcc/cp/error.cc | 44 ++++++++++++-- gcc/diagnostic-color.cc | 2 + gcc/doc/invoke.texi | 10 +++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 13 ++--- gcc/go/gofrontend/expressions.h | 16 +----- gcc/go/gofrontend/types.cc | 21 +------ gcc/go/gofrontend/types.h | 2 +- gcc/testsuite/ChangeLog | 16 ++++++ gcc/testsuite/g++.dg/diagnostic/function-color1.C | 21 +++++++ gcc/vec.h | 4 +- libgomp/ChangeLog | 12 ++++ libstdc++-v3/ChangeLog | 55 ++++++++++++++++++ libstdc++-v3/include/bits/random.tcc | 12 +--- libstdc++-v3/include/experimental/bits/simd.h | 13 ++++- .../random/normal_distribution/operators/equal.cc | 20 +++++++ .../normal_distribution/operators/serialize.cc | 36 +++++++++++- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- 23 files changed, 318 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/function-color1.C