This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd323d97d05 analyzer: fix missing leak after call to strsep [PR100615] new f71ca97def6 c++: "perfect" implicitly deleted move [PR100644] new 8c114759b8c c++: non-static member, decltype, {} [PR100205]
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 | 5 +++++ gcc/testsuite/g++.dg/cpp0x/decltype-nonstatic1.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-nonstatic1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C