This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from faa0428f84f PR c++/55639 - partial specialization with ::template new 34e400324df PR c++/72801 - ICE with variadic partial specialization new 51629b8516e PR c++/61022 - error with variadic template template parm new da4289a4bc1 PR c++/69300 - ICE with self-referential noexcept
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 | 9 +++++++++ gcc/cp/pt.c | 20 ++++++++++++++++++- gcc/testsuite/g++.dg/cpp0x/noexcept30.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C | 22 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.C | 27 ++++++++++++++++++++++++++ 5 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept30.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.C