This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 295dd134318 tree-optimization/121256 - re-instantiate check on SLP node new 35be043e4d2 c++: fix ICE with [[deprecated]] [PR120756] new 121235441d0 c++: substituting fn parm redeclared with dep alias tmpl [P [...]
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/pt.cc | 17 ++++++++++++++--- gcc/testsuite/g++.dg/cpp0x/alias-decl-80.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/warn/deprecated-22.C | 13 +++++++++++++ 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-80.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-22.C