This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6834b83784d multiarch support for non-glibc linux systems new cdafef2b7d0 PR c++/81204 - parse error with dependent template-name new b5405c913a9 Make the TEMPLATE_ID_EXPR location a range. new b4865a3e9e5 PR c++/54769 - wrong lookup of dependent template-name. new cdb7b30c1b1 PR c++/45976 - error with ::template in declarator. new faa0428f84f PR c++/55639 - partial specialization with ::template
The 5 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 | 22 ++++ gcc/cp/parser.c | 122 ++++++++++++++------- gcc/cp/pt.c | 26 +++-- gcc/testsuite/g++.dg/template/lookup10.C | 12 ++ gcc/testsuite/g++.dg/template/lookup11.C | 11 ++ .../g++.dg/template/partial-specialization8.C | 19 ++++ gcc/testsuite/g++.dg/template/template-keyword1.C | 15 +++ 7 files changed, 179 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/lookup10.C create mode 100644 gcc/testsuite/g++.dg/template/lookup11.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization8.C create mode 100644 gcc/testsuite/g++.dg/template/template-keyword1.C