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 7c3b9c17363 libgfortran: Fix build on non-glibc targets adds 6bba184ccbf c++: Silence -Wuseless-cast warnings during move [PR103480] adds 6b14100b950 Fortran: fix testcase compiler flags adds 4ec756cee0b Fortran: fix testcase comment adds 4960516df2f opts: do not do sanity check when an error is seen adds f4ce10fb4d5 Include elfos.h before ${tm_file}. adds 03a1a86b5ee Fix -Wformat-diag for aarch64 target. new c0e355c7797 libstdc++: Avoid overflow in bounds checks [PR103955]
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: gcc/c-family/c-attribs.c | 3 +- gcc/config.gcc | 2 +- gcc/config/aarch64/aarch64.c | 26 ++++++------- gcc/cp/tree.c | 2 + gcc/testsuite/g++.dg/warn/Wuseless-cast2.C | 24 ++++++++++++ gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 | 4 +- libstdc++-v3/src/c++17/floating_to_chars.cc | 46 ++++++++++++++++------- libstdc++-v3/testsuite/20_util/to_chars/103955.cc | 30 +++++++++++++++ 8 files changed, 108 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wuseless-cast2.C create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/103955.cc