This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 14bdfe040d8 Daily bump. new dce408e28c4 Backport new assume implementation and cache.
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/Makefile.in | 1 + gcc/gimple-range-fold.cc | 13 - gcc/gimple-range-fold.h | 12 + gcc/gimple-range.cc | 189 --------- gcc/gimple-range.h | 19 - gcc/testsuite/g++.dg/cpp23/pr117287-attr.C | 38 ++ gcc/tree-assume.cc | 650 +++++++++++++++++++++++++++++ gcc/tree-vrp.cc | 68 --- 8 files changed, 701 insertions(+), 289 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/pr117287-attr.C create mode 100644 gcc/tree-assume.cc