This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from edec2660ff4 c++: matching deduced template template parameters [PR67829] new 26dbe85a378 c++: Extend std::is_constant_evaluated in if warning [PR100995]
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/cp/constexpr.c | 10 +++ gcc/cp/cp-tree.h | 1 + gcc/cp/semantics.c | 82 ++++++++++++++++++---- .../g++.dg/cpp2a/is-constant-evaluated12.C | 79 +++++++++++++++++++++ .../g++.dg/cpp2a/is-constant-evaluated9.C | 4 +- 5 files changed, 160 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated12.C