This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f9b1735ab5 Fix an ICE with UNSIGNED in match_sym_complex_part. new ffdfc5b045d Fortran: Add range-based diagnostic new efae253b9f8 Fortran: Fix translatability of diagnostic strings
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/fortran/check.cc | 20 ++-- gcc/fortran/data.cc | 24 +++-- gcc/fortran/decl.cc | 40 ++++---- gcc/fortran/error.cc | 36 +++++++- gcc/fortran/expr.cc | 3 +- gcc/fortran/frontend-passes.cc | 19 +++- gcc/fortran/gfortran.h | 23 +++-- gcc/fortran/io.cc | 6 +- gcc/fortran/match.cc | 13 ++- gcc/fortran/openmp.cc | 28 ++++-- gcc/fortran/parse.cc | 2 +- gcc/fortran/primary.cc | 4 +- gcc/fortran/resolve.cc | 23 ++--- gcc/fortran/scanner.cc | 96 +++++++++---------- gcc/fortran/symbol.cc | 21 +++-- gcc/fortran/trans-array.cc | 55 ++++++----- gcc/fortran/trans-common.cc | 5 +- gcc/fortran/trans-decl.cc | 102 ++++++++++----------- gcc/fortran/trans-expr.cc | 9 +- gcc/fortran/trans-io.cc | 10 +- gcc/fortran/trans-openmp.cc | 6 +- gcc/fortran/trans-stmt.cc | 17 ++-- gcc/fortran/trans-types.cc | 12 +-- gcc/fortran/trans.cc | 70 ++++---------- gcc/fortran/trans.h | 5 +- gcc/testsuite/gfortran.dg/bounds_check_25.f90 | 8 +- gcc/testsuite/gfortran.dg/goacc/pr92793-1.f90 | 8 +- gcc/testsuite/gfortran.dg/gomp/allocate-14.f90 | 4 +- .../gfortran.dg/gomp/polymorphic-mapping.f90 | 22 ++--- gcc/testsuite/gfortran.dg/gomp/reduction5.f90 | 6 +- gcc/testsuite/gfortran.dg/gomp/reduction6.f90 | 4 +- 31 files changed, 369 insertions(+), 332 deletions(-)