This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7f5c3ac2885 PR go/89170 * varasm.c (decode_addr_const): Call lookup_c [...] new 147a31b6954 PR c++/88419 - C++17 ICE with class template arg deduction. new b6700c1afdd PR c++/89422 - ICE with -g and lambda in default arg in template.
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/pt.c | 14 ++++++++------ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg9.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction62.C | 22 ++++++++++++++++++++++ 4 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction62.C