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-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 7319c2c9e6f Daily bump. adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 34 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/coverage.c | 28 +++++++++------- 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 | 24 ++++++++++++++ gcc/testsuite/gcc.dg/ipa/pr100600.c | 22 +++++++++++++ gcc/testsuite/gcc.dg/pr100788.c | 13 ++++++++ gcc/testsuite/gcc.target/i386/pr101261.c | 11 +++++++ gcc/testsuite/gfortran.dg/coarray_3.f90 | 4 +-- gcc/testsuite/gfortran.dg/coarray_sync.f90 | 44 ++++++++++++++++++++++++++ libcpp/po/ChangeLog | 4 +++ libcpp/po/de.po | 51 +++++++++++------------------- 20 files changed, 248 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr100600.c create mode 100644 gcc/testsuite/gcc.dg/pr100788.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101261.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_sync.f90