This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aed3ab253da openmp: Non-rectangular loop support for non-composite work [...] new fc36b97af05 Move simplification of statements using ranges into its own class. new 3cbc0fb39c8 PR fortran/95881 - ICE in resolve_symbol, at fortran/resolv [...] new 9a33c41fe42 Daily bump.
The 3 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/ChangeLog | 81 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 ++ gcc/cp/ChangeLog | 16 ++++ gcc/fortran/ChangeLog | 5 ++ gcc/fortran/resolve.c | 1 + gcc/gimple-ssa-evrp-analyze.h | 5 +- gcc/gimple-ssa-evrp.c | 11 +-- gcc/testsuite/ChangeLog | 58 +++++++++++++ gcc/testsuite/gfortran.dg/pr95881.f90 | 11 +++ gcc/tree-ssa-dom.c | 11 ++- gcc/tree-vrp.c | 37 ++++---- gcc/vr-values.c | 154 ++++++++++++++++++---------------- gcc/vr-values.h | 115 +++++++++++++++---------- libgomp/ChangeLog | 5 ++ 15 files changed, 375 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr95881.f90