This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f6e8e2797eb Daily bump. new 4eb28483004 c++: Don't require accessible dtors for some forms of new [ [...] new c3a63fb3854 c++: Avoid [[nodiscard]] warning in requires-expr [PR98019]
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/cvt.c | 3 ++ gcc/cp/init.c | 2 +- gcc/cp/typeck.c | 2 +- gcc/testsuite/g++.dg/cpp0x/new4.C | 36 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-nodiscard1.C | 2 +- 5 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/new4.C