This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 3d50dede07d libstdc++: Fix stream extraction of IEEE128 long double [PR100912] adds 19b517dff37 Fortran: improve error recovery on bad array section adds 16b65b08484 Use correct names for __ibm128 if long double is IEEE 128-bit. adds 7a1b179b08b Update -Warray-bounds documentation [PR104355]. new 1f8a09d2f3c Daily bump.
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/ChangeLog | 37 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 ++ gcc/config/rs6000/rs6000.cc | 6 ++ gcc/cp/ChangeLog | 6 ++ gcc/doc/invoke.texi | 24 +++-- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/expr.cc | 8 +- gcc/testsuite/ChangeLog | 36 +++++++ gcc/testsuite/gcc.target/powerpc/pr104253.c | 156 ++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr104211.f90 | 11 ++ libstdc++-v3/ChangeLog | 30 ++++++ 12 files changed, 316 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104253.c create mode 100644 gcc/testsuite/gfortran.dg/pr104211.f90