This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6602a2b2dee c++: Tweak for -Wpessimizing-move in templates [PR89780] new 6c136d53e89 c++: Extend -Wredundant-move for const-qual objects [PR90428]
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/typeck.cc | 155 ++++++++++++++++--------- gcc/testsuite/g++.dg/cpp0x/Wredundant-move1.C | 3 +- gcc/testsuite/g++.dg/cpp0x/Wredundant-move10.C | 61 ++++++++++ gcc/testsuite/g++.dg/cpp0x/Wredundant-move9.C | 3 +- 4 files changed, 162 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wredundant-move10.C