This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87f9c4a4335 Daily bump. new 53e6d7a3102 Add assume support to VRP.
The 1 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-gori.h | 6 +- gcc/gimple-range-infer.cc | 54 ++++++++ gcc/gimple-range-infer.h | 1 + gcc/gimple-range.cc | 190 +++++++++++++++++++++++++++ gcc/gimple-range.h | 18 +++ gcc/testsuite/g++.dg/cpp23/attr-assume-opt.C | 42 ++++++ gcc/tree-vrp.cc | 34 +++++ 7 files changed, 342 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/attr-assume-opt.C