This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b07d9dce6c Fortran: Handle allocated() with coindexed scalars [PR93834] new 053e1d64210 Create a ranger-local flag for non-executable edges. new fe4e6c824a5 Look for a relation between operands only when possible.
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/gimple-range-cache.cc | 3 ++- gcc/gimple-range-cache.h | 2 +- gcc/gimple-range-fold.cc | 4 ++++ gcc/gimple-range-gori.cc | 5 +++-- gcc/gimple-range-gori.h | 7 ++++++- gcc/gimple-range.cc | 22 ++++++++++++++++++---- gcc/gimple-range.h | 1 + gcc/gimple-ssa-evrp.c | 12 +++++++++--- gcc/testsuite/gcc.dg/pr102463.c | 21 +++++++++++++++++++++ gcc/vr-values.c | 24 ++++++++++++++++++------ gcc/vr-values.h | 8 ++++++-- 11 files changed, 89 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102463.c