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-aarch64-build_cross in repository toolchain/ci/gcc.
from 716d345c237 testsuite, Darwin : Fix the asan/strncpy-overflow-1 test. adds 079f2a1a62c Daily bump. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 66 +++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 25 ++++ gcc/c/ChangeLog | 7 + gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 29 ++++ gcc/fortran/ChangeLog | 20 +++ gcc/fortran/resolve.c | 82 ++++++----- gcc/fortran/trans-decl.c | 6 +- gcc/fortran/trans-types.c | 21 ++- gcc/objc/ChangeLog | 82 +++++++++++ gcc/testsuite/ChangeLog | 163 +++++++++++++++++++++ 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 +- 25 files changed, 628 insertions(+), 67 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