This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7b8d6b Fix typo in recent doc updates new cde6284 [RS6000] PR79144, cmpstrnsi optimization breaks glibc new b68cb29 [RS6000] Don't expand strcmp and strncmp inline when -Os new 4833bfe PR64903 fix number of predicate tests in std::is_partitioned new a8022fa [gcc] 2017-01-19 Michael Meissner meissner@linux.vnet.ibm.com
The 4 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 | 18 ++++++++++++++ gcc/config/rs6000/rs6000-cpus.def | 5 ++-- gcc/config/rs6000/rs6000.c | 28 ++++++++++++++-------- gcc/config/rs6000/rs6000.md | 6 +++++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.target/powerpc/float128-hw.c | 4 ++-- libstdc++-v3/ChangeLog | 5 ++++ libstdc++-v3/include/bits/stl_algo.h | 3 +++ .../{make_heap/movable.cc => is_partitioned/2.cc} | 21 ++++++++++------ 9 files changed, 74 insertions(+), 21 deletions(-) copy libstdc++-v3/testsuite/25_algorithms/{make_heap/movable.cc => is_partitioned/ [...]