This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d949b94ea0c c++: Adjust docs and option descriptions for the publishing [...] new fe22e18c1b0 Make fur_edge accessible. new 62420dbd105 Reimplement 'assume' processing pass. new 253fe0f6269 Update bitwise_or op_range.
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/Makefile.in | 1 + gcc/gimple-range-fold.cc | 20 -- gcc/gimple-range-fold.h | 14 + gcc/gimple-range.cc | 194 -------------- gcc/gimple-range.h | 17 -- gcc/range-op.cc | 13 + gcc/testsuite/g++.dg/cpp23/attr-assume-opt.C | 37 ++- gcc/testsuite/g++.dg/cpp23/pr117287-attr.C | 38 +++ gcc/tree-assume.cc | 369 +++++++++++++++++++++++++++ gcc/tree-vrp.cc | 60 ----- 10 files changed, 471 insertions(+), 292 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/pr117287-attr.C create mode 100644 gcc/tree-assume.cc