This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ea81d1 try_emplace and insert_or_assign for Debug Mode. new f08ff07 2015-08-26 Michael Meissner meissner@linux.vnet.ibm.com new 3725b68 Delete extra blank line new 2cf1242 Only set std::enable_shared_from_this member once. new 42c1c97 Ensure std::generate_canonical doesn't return 1.
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 | 75 ++++ gcc/config/rs6000/predicates.md | 19 + gcc/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.c | 199 +++++++++- gcc/config/rs6000/rs6000.md | 416 ++++++++++++++++++--- libstdc++-v3/ChangeLog | 20 + libstdc++-v3/include/bits/random.tcc | 21 +- libstdc++-v3/include/bits/shared_ptr.h | 2 +- libstdc++-v3/include/bits/shared_ptr_base.h | 9 +- .../members/const.cc} | 57 ++- .../members/reinit.cc} | 44 +-- .../requirements/explicit_instantiation.cc | 5 + .../uniform_real_distribution/operators/64351.cc} | 43 ++- 13 files changed, 748 insertions(+), 163 deletions(-) copy libstdc++-v3/testsuite/20_util/{specialized_algorithms/uninitialized_copy/644 [...] copy libstdc++-v3/testsuite/20_util/{specialized_algorithms/uninitialized_copy/644 [...] copy libstdc++-v3/testsuite/{21_strings/char_traits/requirements/char16_t/65049.cc [...]