This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 18b88412069 Revert patch that disabled exporting of global ranges. new 620cd7861e1 c++: -Wdeprecated-copy and #pragma diagnostic [PR94492] new cf2b7020ee8 c++: no clobber for C++20 destroying delete [PR91859]
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/call.c | 4 +- gcc/cp/decl2.c | 8 +-- gcc/cp/init.c | 5 +- gcc/diagnostic.c | 85 +++++++++++++++++-------- gcc/diagnostic.h | 2 + gcc/testsuite/g++.dg/cpp0x/depr-copy4.C | 16 +++++ gcc/testsuite/g++.dg/cpp2a/destroying-delete5.C | 36 +++++++++++ gcc/tree.h | 2 +- 8 files changed, 124 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/depr-copy4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/destroying-delete5.C