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-arm in repository toolchain/ci/gcc.
from 31aa664add5 cris: Avoid format-string-related warnings in calls to erro [...] adds 45ddb395187 tree-optimization/76174 - testcase for fixed PR adds 2c4dccb605d testsuite: Fix up c-c++-common/builtin-shufflevector-3.c te [...] adds 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
No new revisions were added by this update.
Summary of changes: gcc/cp/tree.c | 2 ++ .../c-c++-common/builtin-shufflevector-3.c | 1 + gcc/testsuite/g++.dg/warn/Wuseless-cast2.C | 24 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr76174.c | 22 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 | 4 +++- libgfortran/libgfortran.h | 4 +++- 6 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wuseless-cast2.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr76174.c