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/release-aarch64-bootstrap in repository toolchain/ci/gcc.
from 5f00ef3bc72 coverage: handle function beginning adds aa8b5b6e055 Daily bump. adds 389e4929aee Daily bump. adds 056e324ce46 Daily bump. adds dce5367eecf LTO: bump minor version adds 3d520d00ac6 ipa: make target_clone default decl local [PR101726] adds 076b214b143 ipa: do not make localaliases for target_clones [PR101261] adds 64336a85c96 ipa: ICF should check SSA_NAME_IS_DEFAULT_DEF adds 0c0c320a6e6 Fix regression in debug info for Ada with DWARF 5 adds dfd32aa8c4f Update cpplib de.po adds 4a414ac2a58 Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC [...] adds a0a0499b8bb Daily bump. adds ee875b63b22 tree-optimization/101868 - avoid PRE of trapping mems across calls new 177dfb61677 Restore 'gcc.dg/pr78213.c' testing new 112bbc8d1d8 libstdc++: Avoid illegal argument to verbose in dg-test cal [...] new f00b55eef38 Daily bump.
The 3 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 | 41 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/dwarf2out.c | 1 + gcc/fortran/ChangeLog | 13 ++++++++ gcc/fortran/match.c | 4 +-- gcc/fortran/resolve.c | 28 ++++++++++------ gcc/fortran/trans-stmt.c | 6 ++-- gcc/ipa-icf-gimple.c | 3 ++ gcc/lto-streamer.h | 2 +- gcc/multiple_target.c | 25 ++++++++------- gcc/symtab.c | 2 ++ gcc/testsuite/ChangeLog | 40 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr100600.c | 22 +++++++++++++ gcc/testsuite/gcc.dg/lto/pr101868_0.c | 33 +++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr101868_1.c | 23 ++++++++++++++ gcc/testsuite/gcc.dg/lto/pr101868_2.c | 11 +++++++ gcc/testsuite/gcc.dg/lto/pr101868_3.c | 8 +++++ gcc/testsuite/gcc.dg/pr78213.c | 9 +----- gcc/testsuite/gcc.target/i386/pr101261.c | 11 +++++++ gcc/testsuite/gfortran.dg/coarray_3.f90 | 4 +-- gcc/testsuite/gfortran.dg/coarray_sync.f90 | 44 ++++++++++++++++++++++++++ gcc/tree-ssa-pre.c | 7 ++++ libcpp/po/ChangeLog | 4 +++ libcpp/po/de.po | 51 +++++++++++------------------- libstdc++-v3/ChangeLog | 8 +++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 3 +- 26 files changed, 333 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr100600.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101868_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101868_1.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101868_2.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101868_3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_sync.f90