This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4c5b1160776 tree-optimization/107176 - SCEV analysis association issue new 4ba3902e8f1 rs6000: Add CCANY; replace <un>signed by mode:CCANY new ac8f92c1888 c++: improve failed constexpr assume diagnostic new e6a29aab511 c++: constexpr-evaluate more assumes
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/config/rs6000/rs6000-string.cc | 4 +- gcc/config/rs6000/rs6000.cc | 4 +- gcc/config/rs6000/rs6000.md | 31 +++-- gcc/cp/constexpr.cc | 199 ++++++++++++++++++++--------- gcc/cp/cp-tree.h | 5 +- gcc/cp/semantics.cc | 27 ---- gcc/testsuite/g++.dg/cpp23/attr-assume10.C | 22 ++++ gcc/testsuite/g++.dg/cpp23/attr-assume2.C | 4 +- gcc/testsuite/g++.dg/cpp23/attr-assume9.C | 19 +++ 9 files changed, 207 insertions(+), 108 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/attr-assume10.C create mode 100644 gcc/testsuite/g++.dg/cpp23/attr-assume9.C