This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from aca4fda Daily bump. new 18c8c9d PR77459 avoid snprintf for debug mode diagnostics new fe28996 PR71856 try to fix Parallel Mode assertions again
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: libstdc++-v3/ChangeLog | 23 ++++ libstdc++-v3/doc/xml/manual/using.xml | 9 ++ libstdc++-v3/include/bits/c++config | 13 ++- libstdc++-v3/include/parallel/base.h | 6 +- libstdc++-v3/src/c++11/debug.cc | 119 ++++++++++----------- .../algorithm/parallel_algorithm_assert2.cc} | 40 +++---- 6 files changed, 126 insertions(+), 84 deletions(-) copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => 25_algorith [...]