This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from afb9b710810 i386: Use generic division to generate INVALID and DIVZERO [...] new bcbf334afe0 c++: generic lambda and -fsanitize=vla-bound [PR93822] new a2f32550a08 c++: -fmerge-all-constants vs. destructors [PR91529] new 82d5decef38 c++: Local class DMI using local static [PR90479]
The 3 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 | 17 +++++++++++++++++ gcc/cp/decl.c | 5 ++++- gcc/cp/init.c | 8 +++++--- gcc/cp/pt.c | 9 +++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C | 13 +++++++++++++ gcc/testsuite/g++.dg/init/const14.C | 14 ++++++++++++++ 6 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C create mode 100644 gcc/testsuite/g++.dg/init/const14.C