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_profiled in repository toolchain/ci/gcc.
from 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_ adds ea3fbfda608 Daily bump. adds 0c723bb4be2 c, c++: attribute format on a ctor with a vbase [PR101833, [...] adds a1947c92f7c Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 ++ gcc/ChangeLog | 35 ++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 21 ++++++ gcc/c-family/c-attribs.cc | 33 ++++++---- gcc/c-family/c-common.cc | 4 +- gcc/c-family/c-common.h | 3 +- gcc/c-family/c-format.cc | 77 +++++++++++----------- gcc/c/ChangeLog | 6 ++ gcc/c/c-objc-common.cc | 9 +++ gcc/cp/ChangeLog | 24 +++++++ gcc/cp/tree.cc | 19 ++++++ 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 | 25 +++++++ gcc/testsuite/g++.dg/ext/attr-format-arg1.C | 26 ++++++++ gcc/testsuite/g++.dg/ext/attr-format1.C | 32 +++++++++ gcc/testsuite/g++.dg/ext/attr-format2.C | 38 +++++++++++ gcc/testsuite/g++.dg/ext/attr-format3.C | 15 +++++ gcc/tree-core.h | 6 +- libgomp/ChangeLog | 12 ++++ libstdc++-v3/ChangeLog | 55 ++++++++++++++++ libstdc++-v3/include/bits/random.tcc | 12 +--- .../random/normal_distribution/operators/equal.cc | 20 ++++++ .../normal_distribution/operators/serialize.cc | 36 +++++++++- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- 29 files changed, 457 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-format-arg1.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-format1.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-format2.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-format3.C