This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7192b1ec1248 PR c++/92871 - bad code with xvalue and GNU ?: extension. new 596334fa0400 PR c++/93257 - consteval void function. new 299ddc612136 Revert "PR c++/33799 - destroy return value if local clean [...]
The 2 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/ChangeLog | 9 +++++++++ gcc/cp/constexpr.c | 3 ++- gcc/cp/cp-tree.h | 7 ------- gcc/cp/decl.c | 14 -------------- gcc/cp/typeck.c | 9 --------- gcc/testsuite/g++.dg/cpp2a/consteval-void1.C | 10 ++++++++++ gcc/testsuite/g++.dg/eh/return1.C | 2 +- 7 files changed, 22 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-void1.C