This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ee48893 2015-09-09 Paolo Carlini paolo.carlini@oracle.com new c1025e7 PR middle-end/67512 * tree-ssa-uninit.c (pred_equal_p): Onl [...] new 6b5e6f0 Enable lightweight checks with _GLIBCXX_ASSERTIONS.
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 | 6 ++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/pr67512.c | 15 ++++ gcc/tree-ssa-uninit.c | 3 +- libstdc++-v3/ChangeLog | 80 ++++++++++++++++++++++ libstdc++-v3/doc/html/manual/using_macros.html | 7 ++ libstdc++-v3/doc/xml/manual/using.xml | 11 +++ libstdc++-v3/include/backward/auto_ptr.h | 4 +- libstdc++-v3/include/bits/basic_string.h | 28 ++++---- libstdc++-v3/include/bits/c++config | 17 +++-- libstdc++-v3/include/bits/random.h | 20 +++--- libstdc++-v3/include/bits/regex.h | 6 +- libstdc++-v3/include/bits/regex.tcc | 6 +- libstdc++-v3/include/bits/regex_automaton.tcc | 4 +- libstdc++-v3/include/bits/regex_compiler.tcc | 4 +- libstdc++-v3/include/bits/regex_executor.tcc | 8 +-- libstdc++-v3/include/bits/regex_scanner.tcc | 4 +- libstdc++-v3/include/bits/shared_ptr_base.h | 4 +- .../include/bits/stl_iterator_base_funcs.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 4 +- libstdc++-v3/include/debug/debug.h | 14 +++- libstdc++-v3/include/experimental/fs_path.h | 20 +++--- libstdc++-v3/include/experimental/string_view | 8 +-- libstdc++-v3/include/ext/random | 58 +++++++++------- libstdc++-v3/include/ext/vstring.h | 4 +- libstdc++-v3/include/std/complex | 2 +- libstdc++-v3/include/std/mutex | 10 +-- libstdc++-v3/include/std/shared_mutex | 24 +++---- libstdc++-v3/include/std/valarray | 20 +++--- 29 files changed, 274 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr67512.c