This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c201cd3be0d d: Fix wrong code-gen when returning structs by value. new 4cf64d9cc2f c++: ahead of time variable template-id coercion [PR89442]
The 1 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/cp-tree.h | 2 +- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 20 +++++++++++--------- gcc/testsuite/g++.dg/cpp/pr64127.C | 2 +- gcc/testsuite/g++.dg/cpp0x/alias-decl-ttp1.C | 2 +- gcc/testsuite/g++.dg/cpp1y/pr72759.C | 2 +- gcc/testsuite/g++.dg/cpp1y/var-templ82.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if20.C | 1 + gcc/testsuite/g++.dg/cpp1z/noexcept-type21.C | 2 +- .../g++.dg/diagnostic/not-a-function-template-1.C | 2 +- gcc/testsuite/g++.dg/parse/error56.C | 1 - gcc/testsuite/g++.dg/parse/template30.C | 3 +-- 12 files changed, 32 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ82.C