This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3130e70dab1 c++: ICE with VEC_INIT_EXPR and defarg [PR106925] new b5563410ea6 Add partial equivalence support to the relation oracle. new aa05838b053 Add equivalence iterator to relation oracle. new d75be7e4343 Add partial equivalence recognition to cast and bitwise and. new 6cc3394507a propagate partial equivs in the cache.
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 | 45 +++++--- gcc/range-op.cc | 65 +++++++++++ gcc/testsuite/gcc.dg/pr102540.c | 19 ++++ gcc/testsuite/gcc.dg/pr102872.c | 16 +++ gcc/value-relation.cc | 243 ++++++++++++++++++++++++++++++++++++++-- gcc/value-relation.h | 117 ++++++++++++++++++- 6 files changed, 476 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102540.c create mode 100644 gcc/testsuite/gcc.dg/pr102872.c