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/llvm-release-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 0e6aad5d956 Daily bump. adds 2a0de88ccf2 Finalization depends on the expression, not on the component. adds d2c5c8d103a Daily bump. adds ae6e1872de1 Remove accidentally installed file. adds 4f7b7f91e68 Remove bad ChangeLog entry. adds 6506cd198fa aarch64: Add initial support for -mcpu=zeus adds 3ed8a0c02ba Daily bump. adds 2b65b10c4c6 Daily bump. adds 62758cf490a 'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize [...] adds 3376296664b Daily bump. adds aa9bdd7359e x86: Update Intel processor detection adds fa0d6c132c8 PR fortran/95500 - Segfault compiling extra interface on intrinsic adds 075bec57a1c PR fortran/95530, PR fortran/95537 - Buffer overflows with [...] adds 371739d01d0 PR fortran/95106 - truncation of long symbol names with EQU [...] adds 2039ad0eb52 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 adds d82e9d37d84 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 adds bded95b1f8c Daily bump. adds a47259fa773 pr94833, fix vec_first_match_index for nulls adds 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.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 49 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/gcc-interface/trans.c | 18 ++- gcc/asan.c | 21 +++- gcc/config/aarch64/aarch64-cores.def | 3 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/i386/driver-i386.c | 30 ++++- gcc/config/i386/i386.h | 4 +- gcc/config/rs6000/vsx.md | 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/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 116 +++++++++++++++++++ gcc/fortran/class.c | 30 ++++- gcc/fortran/decl.c | 11 +- gcc/fortran/expr.c | 4 +- gcc/fortran/gfortran.h | 20 +++- gcc/fortran/intrinsic.c | 6 +- gcc/fortran/match.c | 5 + gcc/fortran/primary.c | 21 ++++ gcc/fortran/resolve.c | 1 + gcc/fortran/symbol.c | 12 ++ gcc/fortran/trans-common.c | 11 +- gcc/fortran/trans-expr.c | 1 + gcc/hsa-gen.c | 9 +- gcc/testsuite/ChangeLog | 127 +++++++++++++++++++++ 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.target/powerpc/builtins-8-p9-runnable.c | 118 +++++++++++++++++++ gcc/testsuite/gdc.dg/pr95173.d | 10 ++ gcc/testsuite/gdc.dg/pr95250.d | 18 +++ gcc/testsuite/gfortran.dg/equiv_11.f90 | 12 ++ gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_33.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_35.f90 | 48 ++++++++ gcc/testsuite/gfortran.dg/finalize_36.f90 | 39 +++++++ gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++ gcc/testsuite/gfortran.dg/pr95373_1.f90 | 15 +++ gcc/testsuite/gfortran.dg/pr95373_2.f90 | 15 +++ gcc/testsuite/gfortran.dg/pr95500.f90 | 15 +++ 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/go.test/test/fixedbugs/issue4085b.go | 4 +- libgcc/ChangeLog | 9 ++ libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++ libgomp/ChangeLog | 10 ++ .../testsuite/libgomp.oacc-fortran/error_stop-1.f | 4 + .../testsuite/libgomp.oacc-fortran/error_stop-2.f | 4 + .../testsuite/libgomp.oacc-fortran/error_stop-3.f | 4 + libgomp/testsuite/libgomp.oacc-fortran/stop-1.f | 4 + libgomp/testsuite/libgomp.oacc-fortran/stop-2.f | 4 + libgomp/testsuite/libgomp.oacc-fortran/stop-3.f | 4 + 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 +++++++++++++ 69 files changed, 1226 insertions(+), 55 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/gdc.dg/pr95173.d create mode 100644 gcc/testsuite/gdc.dg/pr95250.d create mode 100644 gcc/testsuite/gfortran.dg/equiv_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/finalize_35.f90 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/pr95373_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95373_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95500.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 libgcc/config/i386/gnu-unwind.h create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc