This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 341e59fef8d Daily bump. new 487f16a7f2a c++: generic lambda and -fsanitize=vla-bound [PR93822] new 09831707ce6 c++: -fmerge-all-constants vs. destructors [PR91529] new bc721725161 c++: Local class DMI using local static [PR90749]
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/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 ++++++++++++++ 5 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C create mode 100644 gcc/testsuite/g++.dg/init/const14.C