This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm-spec2k6-O2_LTO in repository toolchain/ci/gcc.
from 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 new 02f6c5b711b c++: Fix ICE in check_local_shadow with enum [PR95560] new 74eb19c2499 c++: Fix bogus -Wparentheses warning [PR95344] new 91efbd795b9 Daily bump.
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: ChangeLog | 4 + gcc/ChangeLog | 18 ++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 3 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/i386/driver-i386.c | 30 +++++- gcc/config/rs6000/vsx.md | 4 +- gcc/cp/ChangeLog | 13 +++ gcc/cp/cp-gimplify.c | 6 ++ gcc/cp/name-lookup.c | 4 +- gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 54 ++++++++++ gcc/fortran/class.c | 11 +- gcc/fortran/decl.c | 11 +- gcc/fortran/gfortran.h | 3 +- gcc/fortran/primary.c | 21 ++++ gcc/fortran/trans-common.c | 11 +- gcc/fortran/trans-expr.c | 1 + gcc/testsuite/ChangeLog | 50 +++++++++ gcc/testsuite/c-c++-common/Wparentheses-2.c | 18 ++++ .../g++.dg/warn/Wshadow-compatible-local-3.C | 8 ++ .../gcc.target/powerpc/builtins-8-p9-runnable.c | 118 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/equiv_11.f90 | 12 +++ 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/pr95611.f90 | 7 ++ 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 + 35 files changed, 494 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/equiv_11.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/pr95611.f90