This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9778944 2016-12-06 Tamar Christina tamar.christina@arm.com new 3988321 PR middle-end/78566 * tree-ssa-uninit.c (can_one_predicate_ [...] new 3b6aa4f PR middle-end/78548 * tree-ssa-uninit.c (simplify_preds_4): [...] new 5b47947 Add noexcept to various basic_string string operations new ae58c8c Add missing noexcept on std::_Sp_locker constructors
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 | 22 ++++ gcc/testsuite/gcc.dg/uninit-pr78548.c | 24 +++++ gcc/tree-ssa-uninit.c | 165 ++++++++++------------------- libstdc++-v3/ChangeLog | 14 +++ libstdc++-v3/include/bits/basic_string.h | 82 ++++++++------ libstdc++-v3/include/bits/basic_string.tcc | 8 +- libstdc++-v3/src/c++11/shared_ptr.cc | 4 +- 7 files changed, 176 insertions(+), 143 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-pr78548.c