This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39b3b1bdd9e Fix ipa-modref selftest and destructor new c4e4e163c79 c++: Add test for PR96652 new d6587211c02 c++: Return only in-scope tparms in keep_template_parm [PR95310]
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/pt.c | 44 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/concepts/diagnostic15.C | 16 ++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-96652.C | 14 +++++++++ 3 files changed, 74 insertions(+) create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic15.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-96652.C