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-O3_LTO in repository toolchain/ci/gcc.
from cb05b2d55fb Daily bump. adds abfe42c1fb6 PR fortran/95091 - Buffer overflows with submodules and lon [...] adds 77137fbd464 PR fortran/95091 - Buffer overflows with submodules and lon [...] adds f2db0516e1a PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075 adds 02f6c5b711b c++: Fix ICE in check_local_shadow with enum [PR95560] adds 74eb19c2499 c++: Fix bogus -Wparentheses warning [PR95344] adds 91efbd795b9 Daily bump. new 877d8d63228 Add missing store in emission of asan_stack_free. new 187c96ea531 asan: fix RTX emission for ilp32
The 2 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/DATESTAMP | 2 +- gcc/asan.c | 21 +++++++++++++++++++-- gcc/cp/ChangeLog | 13 +++++++++++++ gcc/cp/cp-gimplify.c | 6 ++++++ gcc/cp/name-lookup.c | 4 +++- gcc/fortran/ChangeLog | 18 ++++++++++++++++++ gcc/fortran/class.c | 11 ++++++++--- gcc/fortran/decl.c | 2 +- gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++++++++++++++++ .../g++.dg/warn/Wshadow-compatible-local-3.C | 8 ++++++++ gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95611.f90 | 7 +++++++ 13 files changed, 142 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-2.c create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.C create mode 100644 gcc/testsuite/gfortran.dg/pr95091.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95611.f90