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 fa63b369434 Daily bump. new c4f6911d390 c++: alias template and parameter packs (PR91966). new e42d142f421 c++: Mangling of dependent conversions [PR91377]
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 | 11 +++ gcc/cp/mangle.c | 1 + gcc/cp/pt.c | 31 +++++++- gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++ gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C | 103 +++++++++++++++++++++++++++ 5 files changed, 158 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C