This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 76b75018b3d c++: implement C++17 hardware interference size adds accf94329d6 Simplify 'gcc/diagnostic-spec.h:nowarn_map' setup adds 1985392242d Clarify 'key_type_t' to 'location_t' as used for 'gcc/diagn [...] adds 6c79057fae6 Don't maintain a warning spec for 'UNKNOWN_LOCATION'/'BUILT [...] adds 8d93ba93d3b Fortran - fix handling of substring start and end indices adds 104c05c5284 Fortran - ensure simplification of bounds of array-valued n [...] adds 07985c47dc7 Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 9 ++ gcc/ChangeLog | 228 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/cp/ChangeLog | 25 ++++ gcc/diagnostic-spec.c | 24 +++- gcc/diagnostic-spec.h | 6 +- gcc/fortran/ChangeLog | 13 ++ gcc/fortran/decl.c | 18 +++ gcc/fortran/expr.c | 4 +- gcc/testsuite/ChangeLog | 101 +++++++++++++++ gcc/testsuite/gfortran.dg/pr82314.f90 | 11 ++ gcc/testsuite/gfortran.dg/substr_6.f90 | 2 + gcc/warning-control.cc | 81 +++++++----- libgcc/ChangeLog | 6 + libgfortran/ChangeLog | 6 + libstdc++-v3/ChangeLog | 5 + lto-plugin/ChangeLog | 6 + 18 files changed, 509 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr82314.f90