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-aarch64 in repository toolchain/ci/gcc.
from bded0d549fd Restore INDIRECT_REF asm operand heuristic with MEM_REF adds 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] new 8cc4f9cd824 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: 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 +++ libgcc/config/gcn/atomic.c | 29 ++++++++++- libstdc++-v3/ChangeLog | 7 +++ libstdc++-v3/src/c++17/floating_to_chars.cc | 6 +-- 22 files changed, 314 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr104849.f90