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_profiled_lto in repository toolchain/ci/gcc.
from 8ca61ad148f Daily bump. adds 2663d18356b c-family: Fix up ICE during pretty-printing of PMF related [...] adds b60bc913cca i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* [...] adds b2dff6b2d9d rename floatformat_ia64_quad_{big, little} to floatformat_i [...] adds bc84b61b007 [PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854] adds 981524428b2 selftest: Move C-specific tests to c_family adds 638e630142b libgcc: m68k: avoid TEXTRELs in shared library (PR 86224) adds 907811ddc35 fortran: Separate associate character lengths earlier [PR104570] new d7f00da1c0e 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 | 27 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 13 ++++++++++++ gcc/c-family/c-common.cc | 2 ++ gcc/c-family/c-common.h | 2 ++ gcc/c-family/c-pretty-print.cc | 6 ++++++ gcc/config/i386/i386-expand.cc | 3 +++ gcc/diagnostic.cc | 2 +- gcc/fortran/ChangeLog | 10 +++++++++ gcc/fortran/parse.cc | 18 ++++++++++++++++ gcc/fortran/resolve.cc | 9 +++++--- gcc/hash-traits.h | 17 +++++++++++++++ gcc/opt-problem.cc | 2 +- gcc/pass_manager.h | 3 +-- gcc/passes.cc | 5 +++-- gcc/selftest-run-tests.cc | 2 -- gcc/selftest.h | 2 -- gcc/testsuite/ChangeLog | 16 ++++++++++++++ gcc/testsuite/g++.dg/warn/pr101515.C | 18 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104971.c | 18 ++++++++++++++++ gcc/testsuite/gfortran.dg/associate_58.f90 | 21 ++++++++++++++++++ include/ChangeLog | 6 ++++++ include/floatformat.h | 6 +++--- libgcc/ChangeLog | 8 +++++++ libgcc/config/m68k/lb1sf68.S | 19 ++++++++++++----- libiberty/ChangeLog | 6 ++++++ libiberty/floatformat.c | 34 +++++++++++++++--------------- 27 files changed, 238 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/pr101515.C create mode 100644 gcc/testsuite/gcc.target/i386/pr104971.c create mode 100644 gcc/testsuite/gfortran.dg/associate_58.f90