This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0eed6e63fb5 P0595R2 - is_constant_evaluated * include/bits/c++config [...] new 711fc91cd11 rs6000, darwin - fix bootstrap. new 1562c831174 PR c++/88446 * cp-tree.h (maybe_constant_value): Add mani [...] new 6b760973b51 rs6000, update Darwin call handling to latest scheme.
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/ChangeLog | 40 ++++++ gcc/config/rs6000/darwin.md | 60 --------- gcc/config/rs6000/rs6000-protos.h | 6 +- gcc/config/rs6000/rs6000.c | 144 ++++++++++++++++++++- gcc/config/rs6000/rs6000.md | 99 ++++++-------- gcc/cp/ChangeLog | 18 +++ gcc/cp/constexpr.c | 43 +++--- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 6 +- gcc/testsuite/ChangeLog | 3 + .../g++.dg/cpp2a/is-constant-evaluated3.C | 26 ++++ 11 files changed, 303 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated3.C