This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from ba26c471cf6 hppa: Fix (plus (plus (mult (a) (mem_shadd_constant)) (b)) [...] new 987fc817402 c++: parse error with -std=c++14 -fconcepts [PR116071] new b1102f7c478 c++: alias and non-type template parm [PR116223]
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/parser.cc | 10 +++++++--- gcc/cp/pt.cc | 6 +++++- gcc/testsuite/g++.dg/cpp1z/nontype-auto25.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/parse/pr116071.C | 18 ++++++++++++++++++ 4 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto25.C create mode 100644 gcc/testsuite/g++.dg/parse/pr116071.C