This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 51ecad3c032 c++: Add test for PR c++/93211 new b8020a5aafd i386: Fix vph{add,subs?}[wd] 256-bit AVX2 RTL patterns [PR94460] new bcafd8748cf c++: alias template and parameter packs (PR91966).
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/ChangeLog | 8 +++ gcc/config/i386/sse.md | 52 +++++++------- gcc/cp/ChangeLog | 6 ++ gcc/cp/pt.c | 31 +++++++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C | 103 +++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/avx2-pr94460.c | 31 ++++++++ 7 files changed, 209 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr94460.c