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 3a963d441a6 alpha: Fix duplicate !tlsgd!62 assemble error [PR115526] new 79c5a09f959 c++: bad 'this' conversion for nullary memfn [PR106760] new 2249c634883 c++: alias template with dependent attributes [PR115897] new 1bbfe788d1a c++: constrained partial spec type context [PR111890]
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/pt.cc | 11 ++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-77.C | 32 ++++++++++++++++++++++ .../g++.dg/cpp2a/concepts-partial-spec15.C | 20 ++++++++++++++ gcc/testsuite/g++.dg/ext/conv3.C | 13 +++++++++ 5 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-77.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec15.C create mode 100644 gcc/testsuite/g++.dg/ext/conv3.C