This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7044071f07d OpenMP: uses_allocators with ';'-separated list new d19b95ca96f c++: Fix injected-class-name lookup with multiple bases [PR122509] new 93c0642bb54 c++: Fix ICE with functional cast to reference in template [...] new fb4f6d2cc4a c++: Handle error_mark_node in mark_used and mark_single_function new 5f39aa74f22 c++: lambda template arg in abbreviated template [PR117034]
The 4 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/decl2.cc | 6 ++ gcc/cp/parser.cc | 106 +++++++++++---------- gcc/cp/typeck2.cc | 2 +- gcc/testsuite/g++.dg/DRs/dr3061.C | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist31.C | 2 +- .../g++.dg/cpp2a/lambda-template-pr117034.C | 12 +++ gcc/testsuite/g++.dg/tc1/dr176-2.C | 13 +++ gcc/testsuite/g++.dg/template/implicit-func-cast.C | 9 ++ 8 files changed, 98 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-template-pr117034.C create mode 100644 gcc/testsuite/g++.dg/tc1/dr176-2.C create mode 100644 gcc/testsuite/g++.dg/template/implicit-func-cast.C