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_O3 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/diagnostic-spec.c | 24 ++++++++-- gcc/diagnostic-spec.h | 6 +-- gcc/fortran/decl.c | 18 ++++++++ gcc/fortran/expr.c | 4 +- gcc/testsuite/gfortran.dg/pr82314.f90 | 11 +++++ gcc/testsuite/gfortran.dg/substr_6.f90 | 2 + gcc/warning-control.cc | 81 ++++++++++++++++++++-------------- 7 files changed, 103 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr82314.f90