This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 2f87268c34f aarch64: Fix status return logic in RNG intrinsics adds fed70c0b345 Daily bump. adds a98cb0f1065 testsuite: Update testcase for PR96078 fix [PR99363] adds 5f9fcceb8d1 aarch64: Improve generic SVE tuning defaults adds f26015ef086 PR target/99314: Fix integer signedness issue for cpymem pa [...] adds 4a94f76a9cf Daily bump. adds 376f564b870 Fix segfault during encoding of CONSTRUCTORs adds 82792a49421 substitute @tie{} with a space for the man pages new d6faf78a881 PR fortran/99205 - Out of memory with undefined character length
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: contrib/texi2pod.pl | 1 + gcc/ChangeLog | 36 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 20 +++++++++- gcc/config/riscv/riscv.c | 24 ++++++------ gcc/fold-const.c | 44 +++++++++++++++------- gcc/fortran/data.c | 3 ++ gcc/fortran/trans-array.c | 2 +- gcc/testsuite/ChangeLog | 25 ++++++++++++ .../g++.target/aarch64/sve/aarch64-sve.exp | 4 ++ .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 ++ .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 ++ gcc/testsuite/gcc.dg/attr-flatten-1.c | 15 +++++++- .../gcc.target/aarch64/sve/aarch64-sve.exp | 4 ++ .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 ++ .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 ++ gcc/testsuite/gfortran.dg/data_char_4.f90 | 11 ++++++ gcc/testsuite/gfortran.dg/data_char_5.f90 | 15 ++++++++ 18 files changed, 193 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/data_char_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/data_char_5.f90