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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 450526551dc GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [P [...] adds e2607d71e5e toplevel: Makefile.def: Make configure-sim depend on all-readline adds 22015e77d3e Fortran: improve error recovery on invalid array section adds 4ea128d5c74 c: Revert C2x changes to function type compatibility adds 65857caee8c libstdc++: Avoid implicit narrowing from uint128_t [PR104859] adds 8cc4f9cd824 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 +++ Makefile.def | 2 +- Makefile.in | 2 +- contrib/ChangeLog | 6 +++ gcc/ChangeLog | 45 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 ++++ gcc/c/ChangeLog | 13 +++++ gcc/c/c-typeck.cc | 4 +- gcc/cp/ChangeLog | 53 +++++++++++++++++++ gcc/fortran/ChangeLog | 10 ++++ gcc/fortran/expr.cc | 4 +- gcc/testsuite/ChangeLog | 80 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c11-unproto-1.c | 7 +-- gcc/testsuite/gcc.dg/c11-unproto-2.c | 7 +-- gcc/testsuite/gcc.dg/c2x-unproto-1.c | 29 ++++++----- gcc/testsuite/gcc.dg/c2x-unproto-2.c | 7 +-- gcc/testsuite/gfortran.dg/pr104849.f90 | 9 ++++ libgcc/ChangeLog | 8 +++ libstdc++-v3/ChangeLog | 7 +++ libstdc++-v3/src/c++17/floating_to_chars.cc | 6 +-- 21 files changed, 286 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr104849.f90