This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b257a76 2016-10-12 Ed Schonberg schonberg@adacore.com new c985cfb Add a helper function: create_tmp_reg_or_ssa_name new 67819bb Do not copy std:call_once arguments (LWG 2442) new 9720fce Remove 'return' from noreturn function new fe1f02d Add missing return to uninitialized_default_construct_n
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 | 8 +++ gcc/gimple-fold.c | 67 +++++++++------------- libstdc++-v3/ChangeLog | 19 ++++++ libstdc++-v3/doc/xml/manual/intro.xml | 7 +++ libstdc++-v3/include/bits/stl_uninitialized.h | 3 +- libstdc++-v3/include/std/mutex | 35 +++++++---- libstdc++-v3/libsupc++/nested_exception.h | 2 +- .../memory_management_tools/1.cc | 32 +++++++---- .../dr2442.cc} | 26 ++++++--- 9 files changed, 124 insertions(+), 75 deletions(-) copy libstdc++-v3/testsuite/30_threads/{thread/members/hardware_concurrency.cc => [...]