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/release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from d4738cbb02e Don't use gori depedencies to optimize. adds 92d1e271a92 Daily bump. adds 24f321345d8 Daily bump. adds 65941a91091 c-family: Prevent -Wformat warnings with u8 strings [PR105626] adds 40ddc305802 c-family: Add <time.h> names to diagnostics for known headers adds ce40e06ea99 Daily bump. new e3b4dcfb585 libstdc++: Properly remove temporary directories in filesys [...] new ce5b1c3b95f libstdc++: Add missing prerequisite to generated header [PR106162]
The 2 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 | 32 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 17 ++++++++ gcc/c-family/c-format.cc | 3 +- gcc/c-family/known-headers.cc | 14 +++++++ gcc/d/ChangeLog | 15 +++++++ gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++ gcc/testsuite/g++.dg/spellcheck-stdlib.C | 29 +++++++++++++ gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C | 10 +++++ libstdc++-v3/include/Makefile.am | 2 +- libstdc++-v3/include/Makefile.in | 2 +- .../27_io/filesystem/iterators/error_reporting.cc | 9 +++- .../filesystem/iterators/error_reporting.cc | 9 +++- 13 files changed, 184 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C