This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce0b409f562 Fix relation query of equivalences. new a0accaa9984 Only register relations on live edges new ce3316e9c02 Add a testcase to confirm the equivalence's are being check [...]
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-fold.cc | 29 +++++++++++++++++++++++------ gcc/gimple-range-fold.h | 2 +- gcc/testsuite/gcc.dg/tree-ssa/evrp30.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr101189.c | 17 +++++++++++++++++ 4 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp30.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101189.c