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 0ed63e37913 s390: testsuite: Fix ifcvt-one-insn-bool.c new 9583f781e17 c++: visibility wrt concept-id as targ [PR115283] new 4df86402990 c++: ICE w/ ambig and non-strictly-viable cands [PR115239] new 20cda2e85c3 c++: undeclared identifier in requires-clause [PR99678]
The 3 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/call.cc | 3 ++- gcc/cp/decl2.cc | 5 +++-- gcc/cp/parser.cc | 2 ++ gcc/testsuite/g++.dg/cpp2a/concepts-requires38.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/overload/error7.C | 10 ++++++++++ gcc/testsuite/g++.dg/template/linkage5.C | 14 ++++++++++++++ 6 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires38.C create mode 100644 gcc/testsuite/g++.dg/overload/error7.C create mode 100644 gcc/testsuite/g++.dg/template/linkage5.C