This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from 26b0c76ef8b Daily bump. adds af7f0399252 Daily bump. adds 921fbde7ae9 Fix PR ada/98740 adds 9aa61202d2d [Fortran] PR91640 – Fix call to contiguous dummy adds 8e6871c633f Daily bump. adds 8883ddb1d8b Daily bump. adds 1e18f4bbd83 [AArch64] Fix symbol offset limit (PR 98618) adds e90bb02d5ba Daily bump. adds 43ba0827f32 Daily bump. adds 87472f17429 Fortran: Enable inquiry references in data statements [PR98022]. adds 5c84d9e37d6 Fortran: Correction to recent patch in light of comments [P [...] new 0bf7a17b277 libphobos: Fix executables segfault on mipsel architecture new 65baaada003 Daily bump. new 73746ede69f 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 | 9 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/gcc-interface/trans.c | 11 +-- gcc/config/aarch64/aarch64.c | 33 ++++---- gcc/fortran/ChangeLog | 29 +++++++ gcc/fortran/data.c | 97 +++++++++++++++++++--- gcc/fortran/trans-expr.c | 18 ++-- gcc/testsuite/ChangeLog | 34 ++++++++ .../gcc.target/aarch64/symbol-range-tiny.c | 8 +- gcc/testsuite/gcc.target/aarch64/symbol-range.c | 8 +- gcc/testsuite/gfortran.dg/contiguous_10.f90 | 69 +++++++++++++++ gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 39 +++++++++ libphobos/ChangeLog | 10 +++ libphobos/libdruntime/gcc/sections/elf_shared.d | 4 + 15 files changed, 326 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/contiguous_10.f90 create mode 100644 gcc/testsuite/gfortran.dg/data_inquiry_ref.f90