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-O2 in repository toolchain/ci/gcc.
from d76ee72858d Daily bump. adds 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. adds 877d8d63228 Add missing store in emission of asan_stack_free. adds 187c96ea531 asan: fix RTX emission for ilp32 adds 9322c84f465 go.test: update issue4085b.go to version from Go 1.13 adds 81568ce966d Daily bump. adds e783a36f0b8 Daily bump. adds 9224bcfd6a4 When avoiding double deallocation, look at namespace, expre [...] adds 152aaef6feb PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at [...] adds a251bf8229e Daily bump. adds 93c2834e924 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 14 ++++++++ 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 | 34 +++++++++++++++++++ gcc/fortran/class.c | 29 ++++++++++++---- gcc/fortran/decl.c | 2 +- gcc/fortran/expr.c | 4 ++- gcc/fortran/gfortran.h | 18 ++++++++-- gcc/fortran/symbol.c | 12 +++++++ gcc/testsuite/ChangeLog | 32 ++++++++++++++++++ gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++++++++ .../g++.dg/warn/Wshadow-compatible-local-3.C | 8 +++++ gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_36.f90 | 39 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++++++++++ gcc/testsuite/gfortran.dg/pr95503.f90 | 7 ++++ gcc/testsuite/gfortran.dg/pr95611.f90 | 7 ++++ gcc/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 ++- 21 files changed, 278 insertions(+), 17 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/finalize_36.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95091.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95503.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95611.f90