This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ee682192755 Daily bump. new 1ffbfc2659e Range invariant global values are also always current. new 47ea02bb862 Move Ranger cache to range-query and fur_source model. new 2e0f3246e0b Replace ssa_range_in_bb with entry exit and def range new 715914d3f9e Do not calculate new values when evaluating a debug statement.
The 4 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 | 215 +++++++++++++++++------ gcc/gimple-range-cache.h | 17 +- gcc/gimple-range-gori.cc | 371 +++++++++++++++------------------------- gcc/gimple-range-gori.h | 47 ++--- gcc/gimple-range.cc | 19 +- gcc/gimple-range.h | 3 +- gcc/testsuite/g++.dg/pr100774.C | 24 +++ gcc/testsuite/gcc.dg/pr100781.c | 25 +++ 8 files changed, 394 insertions(+), 327 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr100774.C create mode 100644 gcc/testsuite/gcc.dg/pr100781.c