This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d22c7cb8b1 c++: Extend -Wpessimizing-move to other contexts new 6602a2b2dee c++: Tweak for -Wpessimizing-move in templates [PR89780]
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/pt.cc | 3 + gcc/cp/typeck.cc | 13 +++- gcc/diagnostic-spec.cc | 7 +- gcc/diagnostic-spec.h | 4 +- gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move3.C | 2 +- gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move9.C | 89 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/Wredundant-move2.C | 4 +- 7 files changed, 114 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move9.C