This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 72b7bbf9d44 libstdc++: Fix up 117406.cc test [PR117406] new 08054021c88 Make fur_edge accessible. new 393ee6b6457 Reimplement 'assume' processing pass. new 2a9fbe19207 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 | 188 ------------- 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 | 384 +++++++++++++++++++++++++++ gcc/tree-vrp.cc | 68 ----- 10 files changed, 486 insertions(+), 294 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/pr117287-attr.C create mode 100644 gcc/tree-assume.cc