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 1d2aa262482 Provide a relation verification mechanism. adds 543828e79bf c-family: Prevent -Wformat warnings with u8 strings [PR105626] adds bd2d0aab4d2 libstdc++: testsuite: why cast getpid result new ccc39d9e97c compiler: better error message for unknown package name new c70a48a8f8f compiler: propagate array length error marker farther new d1f3a3fffeb Daily bump.
The 3 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: gcc/ChangeLog | 93 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 242 +++++++++++++++++++++ gcc/c-family/ChangeLog | 6 + gcc/c-family/c-format.cc | 3 +- gcc/cp/ChangeLog | 27 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 6 + gcc/go/gofrontend/parse.cc | 6 +- gcc/go/gofrontend/types.cc | 5 +- gcc/testsuite/ChangeLog | 72 ++++++ gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C | 10 + gcc/testsuite/go.test/test/fixedbugs/issue27938.go | 6 +- libstdc++-v3/ChangeLog | 10 + libstdc++-v3/testsuite/util/testsuite_fs.h | 3 +- 15 files changed, 484 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C