This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efbb17db52a rs6000: __Uglify non-uglified local variables in headers new c352ef0ed90 c++: avoid duplicate deprecated warning [PR90451]
The 1 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/cvt.cc | 3 ++ gcc/cp/decl2.cc | 23 ++++++++++ gcc/cp/init.cc | 5 ++- gcc/cp/pt.cc | 4 ++ gcc/cp/semantics.cc | 22 +++------- gcc/cp/typeck.cc | 6 +++ gcc/testsuite/g++.dg/warn/deprecated-14.C | 72 +++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/deprecated-15.C | 14 ++++++ 9 files changed, 132 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-14.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-15.C