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 a5a3b1326f0 i386: Define __ILP32__ and _ILP32 for all 32-bit targets adds 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.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++ gcc/ChangeLog | 17 ++++++++ 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/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 44 ++++++++++++++++++++ gcc/fortran/class.c | 5 ++- gcc/fortran/decl.c | 9 +++- gcc/fortran/gfortran.h | 8 +++- gcc/fortran/primary.c | 21 ++++++++++ gcc/fortran/trans-common.c | 11 +++-- gcc/fortran/trans-expr.c | 1 + gcc/testsuite/ChangeLog | 31 ++++++++++++++ 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/pr95373_1.f90 | 15 +++++++ gcc/testsuite/gfortran.dg/pr95373_2.f90 | 15 +++++++ gcc/testsuite/gfortran.dg/pr95500.f90 | 15 +++++++ 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 ++ 30 files changed, 319 insertions(+), 16 deletions(-) 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/pr95373_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95373_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95500.f90