This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/gcc.
from d2d06ed49bd Update copyright years. adds 3d62d2a984e * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. adds 5390132a439 PR target/93111 * config/pa/pa.md (scc): Use ordered_comp [...] adds bb9e3dc0ab8 Handle REF_INQUIRY for dependency checking. adds a54368cd10e Fix windows libobjc build (PR libobjc/93099) adds d9bab7527bc PR target/67834 * config/pa/pa.c (pa_elf_select_rtx_secti [...] adds 3f3d8c6be32 Daily bump. adds 86e1d9f75ba PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. adds d94865c6141 PR ipa/93087 * predict.c (compute_function_frequency): Do [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 20 +++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa.c | 21 +++ gcc/config/pa/pa.md | 50 +++--- gcc/config/pa/pa32-linux.h | 5 + gcc/config/pa/predicates.md | 6 - gcc/fortran/ChangeLog | 6 + gcc/fortran/dependency.c | 6 + gcc/predict.c | 5 +- gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/c-c++-common/cold-1.c | 22 +++ gcc/testsuite/gfortran.dg/dependency_58.f90 | 33 ++++ gcc/testsuite/gfortran.dg/fmt_zero_width.f90 | 26 ++-- libgfortran/ChangeLog | 17 +++ libgfortran/io/format.c | 168 +++++++++++---------- libgfortran/io/io.h | 2 +- libgfortran/io/transfer.c | 10 +- libgfortran/io/write.c | 28 ++-- libgfortran/io/write_float.def | 14 +- libobjc/ChangeLog | 6 + libobjc/objc/objc-decls.h | 2 +- libstdc++-v3/ChangeLog | 4 + .../abi/post/hppa-linux-gnu/baseline_symbols.txt | 9 -- 23 files changed, 322 insertions(+), 155 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cold-1.c create mode 100644 gcc/testsuite/gfortran.dg/dependency_58.f90