This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 629de8b3f41 PR c++/81525 - broken handling of auto in generic lambda. new 0dfbafdf338 2017-10-04 Petr Ovtchenkov ptr@void-ptr.info Franç [...] new 4dfac60faf1 PR c++/82373 * error.c (dump_function_decl): If show_retu [...]
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/cp/ChangeLog | 6 +++ gcc/cp/error.c | 5 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/cpp1y/pr82373.C | 20 ++++++++ libstdc++-v3/ChangeLog | 16 ++++++ libstdc++-v3/include/bits/streambuf_iterator.h | 59 ++++++++++------------ .../24_iterators/istreambuf_iterator/2.cc | 10 ++-- 7 files changed, 82 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr82373.C