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 1db1249b830 libstdc++: Add missing feature-test macro in <memory> new 6d5a6a26e28 c++: Optimize in maybe_clone_body aliases even when not at_ [...] new 9d9800938ef c++: add fixed testcase [PR109464]
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/cp-tree.h | 1 - gcc/cp/decl.cc | 7 +++ gcc/cp/decl2.cc | 32 ++++++----- gcc/cp/optimize.cc | 63 ++-------------------- gcc/testsuite/g++.dg/abi/comdat3.C | 22 ++++++++ gcc/testsuite/g++.dg/abi/{comdat2.C => comdat4.C} | 4 +- .../g++.dg/template/explicit-instantiation8.C | 24 +++++++++ 7 files changed, 77 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/comdat3.C copy gcc/testsuite/g++.dg/abi/{comdat2.C => comdat4.C} (90%) create mode 100644 gcc/testsuite/g++.dg/template/explicit-instantiation8.C