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 c1a9cf67915 Daily bump. adds 7092b7aea12 rtlanal: Fix up replace_rtx [PR105333] adds 55c17bc75c4 docs: Correct "This functions" to "These functions" adds 4938888ae1a rs6000: Fix pack for soft-float (PR105334) adds 89ca0fffa48 fortran: Pre-evaluate string pointers. [PR102043] adds e72fbb6915c fortran: Update index extraction code. [PR102043] adds 761dda57482 fortran: Generate an array temporary reference [PR102043] adds 7964ab6c364 fortran: Use pointer arithmetic to index arrays [PR102043] adds 7c21556daf3 libstdc++: Make atomic notify_one and notify_all non-const new ab54f6007c7 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 | 19 ++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 45 ++++- gcc/doc/extend.texi | 2 +- gcc/fortran/ChangeLog | 37 ++++ gcc/fortran/trans-array.cc | 60 ++++++- gcc/fortran/trans-expr.cc | 9 +- gcc/fortran/trans-io.cc | 48 +++-- gcc/fortran/trans.cc | 42 ++++- gcc/fortran/trans.h | 4 +- gcc/rtlanal.cc | 4 +- gcc/testsuite/ChangeLog | 22 +++ gcc/testsuite/gcc.dg/pr105333.c | 21 +++ gcc/testsuite/gfortran.dg/array_reference_3.f90 | 195 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/c_loc_test_22.f90 | 4 +- gcc/testsuite/gfortran.dg/dependency_49.f90 | 3 +- gcc/testsuite/gfortran.dg/finalize_10.f90 | 2 +- gcc/testsuite/gfortran.dg/negative_stride_1.f90 | 25 +++ gcc/testsuite/gfortran.dg/vector_subscript_8.f90 | 16 ++ gcc/testsuite/gfortran.dg/vector_subscript_9.f90 | 21 +++ libstdc++-v3/ChangeLog | 14 ++ libstdc++-v3/include/bits/atomic_base.h | 8 +- libstdc++-v3/include/std/atomic | 16 +- .../29_atomics/atomic/wait_notify/102994.cc | 4 +- 24 files changed, 575 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105333.c create mode 100644 gcc/testsuite/gfortran.dg/array_reference_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/negative_stride_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/vector_subscript_8.f90 create mode 100644 gcc/testsuite/gfortran.dg/vector_subscript_9.f90