This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b4af2395834 Add feature test macro for bounded array traits new 55d0cc00ed5 PR c++/87378 - bogus -Wredundant-move warning. * typeck.c [...] new 409a6c36b74 gcc/ PR rtl-optimization/88845 * config/rs6000/rs6000.c ( [...]
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/ChangeLog | 9 +++ gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/typeck.c | 22 +++++-- gcc/lra.c | 67 +++++++++++++--------- gcc/testsuite/ChangeLog | 11 ++++ gcc/testsuite/g++.dg/cpp0x/Wredundant-move1.C | 3 +- .../{Wredundant-move2.C => Wredundant-move7.C} | 50 ++++++++-------- gcc/testsuite/gcc.target/powerpc/pr88845.c | 24 ++++++++ 9 files changed, 136 insertions(+), 58 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{Wredundant-move2.C => Wredundant-move7.C} (51%) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr88845.c