This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross in repository toolchain/ci/gcc.
from 52eacca2455 rs6000: Correct Power8 cost of l2 cache size [PR97329] adds c884ac1e743 Fortran: Extend buffer, use snprintf to avoid overflows [PR99369] adds 3e34bdeaf3b Fortran: Fix func decl mismatch [PR93660] adds e950dfef662 libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB [...] adds a1b4d742f18 tree-optimization/96974 - avoid ICE by replacing assert wit [...] adds c05f285c065 Daily bump. adds 1df9bfdd243 Fix ICE: in function_and_variable_visibility, at ipa-visibi [...] adds efe13353a2e Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 ++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 20 +++++ gcc/fortran/resolve.c | 82 ++++++++++--------- gcc/fortran/trans-decl.c | 6 +- gcc/fortran/trans-types.c | 21 ++++- gcc/testsuite/ChangeLog | 30 +++++++ gcc/testsuite/g++.target/aarch64/sve/pr96974.C | 18 +++++ gcc/testsuite/gcc.dg/tls/pr99466-1.c | 8 ++ gcc/testsuite/gcc.dg/tls/pr99466-2.c | 10 +++ .../gfortran.dg/gomp/declare-simd-coarray-lib.f90 | 12 +++ gcc/testsuite/gfortran.dg/longnames.f90 | 92 ++++++++++++++++++++++ gcc/tree-emutls.c | 6 +- gcc/tree-vect-stmts.c | 8 +- libgomp/ChangeLog | 12 +++ libgomp/config.h.in | 3 - libgomp/configure | 10 --- libgomp/plugin/configfrag.ac | 7 -- libgomp/plugin/plugin-gcn.c | 2 +- libgomp/plugin/plugin-hsa.c | 2 +- 20 files changed, 309 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr96974.C create mode 100644 gcc/testsuite/gcc.dg/tls/pr99466-1.c create mode 100644 gcc/testsuite/gcc.dg/tls/pr99466-2.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-coarray-lib.f90 create mode 100644 gcc/testsuite/gfortran.dg/longnames.f90