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 7ac251ee4fa PR c++/89917 - ICE with lambda in variadic mem-init. new a955c8f0a0a PR c++/92745 - bogus error when initializing array of vectors. new d2221c11793 c++: test partial specializations for type dependence [PR87770]
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/ChangeLog | 12 ++++++++++++ gcc/cp/decl.c | 15 +++++++-------- gcc/cp/pt.c | 32 +++++++++++++++++++++++++++++++- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist118.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/pr87770.C | 11 +++++++++++ 6 files changed, 99 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist118.C create mode 100644 gcc/testsuite/g++.dg/pr87770.C