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-vs-Os_LTO in repository toolchain/ci/gcc.
from f72eeedb437 Daily bump. adds 30afda5a2f0 Daily bump. adds 6dee1cefd81 Daily bump. adds 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. adds d9867034e03 c++: zero_init_expr_p of dependent expression [PR95678] adds d2132067ab2 Daily bump. adds b7a185371cb [HSA] Avoid ICE when "HSA does not implement indirect calls" adds cd32b2c51b9 hurd: libgcc unwinding support over signal trampolines adds 5e91fc4718e Daily bump. adds 4255258f670 Daily bump. adds b2246cd6e9f Daily bump. adds ebfec202cb2 Daily bump. adds ba654730710 Daily bump. adds 0e871a5b843 Daily bump. adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708 adds f541655e8b9 Fix memory corruption with vector and variant record adds 449246af10b PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...] adds 84323d9fa75 PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...] adds ea3f1f23478 Daily bump. adds ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2 adds e3d976ae009 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...] adds c66d68d1e1e Daily bump. adds 12cdfdd5b14 x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT adds 597b99c3221 Daily bump. adds 53bc489468c d: Fix ICE in uda_attribute_p when looking up unknown attribute adds 57096f5c52b d: Fix ICE during error recovery in semantic pass adds de6a3297416 Daily bump. adds cb797c730dd PR fortran/95881 - ICE in resolve_symbol, at fortran/resolv [...] adds d8f8749e9c8 Daily bump. adds d8d451ec344 Daily bump. new c49ed508f1d Daily bump. new dc0a5685641 Do not generate recursion check for compiler-generated procedures. new 1b9f2e47a7d arm: Don't generate invalid LDRD insns
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 | 31 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/gcc-interface/trans.c | 18 ++-- gcc/asan.c | 21 +++- gcc/config/arm/arm.c | 28 +++--- gcc/config/i386/i386.h | 4 +- gcc/cp/ChangeLog | 19 ++++ gcc/cp/cp-gimplify.c | 6 ++ gcc/cp/name-lookup.c | 4 +- gcc/cp/tree.c | 2 +- gcc/d/ChangeLog | 18 ++++ gcc/d/d-attribs.cc | 9 +- gcc/d/dmd/expressionsem.c | 1 + gcc/fortran/ChangeLog | 80 +++++++++++++++ gcc/fortran/class.c | 29 ++++-- gcc/fortran/decl.c | 2 +- gcc/fortran/expr.c | 4 +- gcc/fortran/gfortran.h | 18 +++- gcc/fortran/intrinsic.c | 6 +- gcc/fortran/match.c | 5 + gcc/fortran/resolve.c | 2 + gcc/fortran/symbol.c | 12 +++ gcc/fortran/trans-decl.c | 2 +- gcc/hsa-gen.c | 9 +- gcc/testsuite/ChangeLog | 98 +++++++++++++++++++ gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++ .../c-c++-common/gomp/hsa-indirect-call-1.c | 24 +++++ gcc/testsuite/g++.dg/cpp0x/dependent3.C | 28 ++++++ .../g++.dg/warn/Wshadow-compatible-local-3.C | 8 ++ .../gcc.c-torture/compile/packed-aligned-1.c | 11 +++ .../gcc.c-torture/execute/packed-aligned.c | 28 ++++++ gcc/testsuite/gdc.dg/pr95173.d | 10 ++ gcc/testsuite/gdc.dg/pr95250.d | 18 ++++ 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/pr95587.f90 | 13 +++ gcc/testsuite/gfortran.dg/pr95611.f90 | 7 ++ gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++ gcc/testsuite/gfortran.dg/pr95881.f90 | 11 +++ gcc/testsuite/gfortran.dg/recursive_check_16.f90 | 25 +++++ gcc/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +- libgcc/ChangeLog | 9 ++ libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++++++ libstdc++-v3/ChangeLog | 10 ++ libstdc++-v3/include/std/charconv | 8 +- libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++- libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 +++++++++++++++ 51 files changed, 896 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/dependent3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/packed-aligned-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/packed-aligned.c create mode 100644 gcc/testsuite/gdc.dg/pr95173.d create mode 100644 gcc/testsuite/gdc.dg/pr95250.d 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/pr95587.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95611.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95708.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95881.f90 create mode 100644 gcc/testsuite/gfortran.dg/recursive_check_16.f90 create mode 100644 libgcc/config/i386/gnu-unwind.h create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc