This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 0ac053b43f1 2017-08-14 Richard Biener rguenther@suse.de new 24120da73d2 PR libstdc++/53984 handle exceptions in basic_istream::sentry new 40e7a48cedf PR libstdc++/81751 don't call fflush(NULL)
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 | 25 ++++++++++ libstdc++-v3/config/io/basic_file_stdio.cc | 6 ++- libstdc++-v3/include/bits/basic_ios.h | 4 +- libstdc++-v3/include/bits/istream.tcc | 50 +++++++++++--------- libstdc++-v3/include/std/istream | 12 ++--- .../basic_fstream/53984.cc} | 55 +++++++++++++--------- .../basic_istream/sentry/char/53984.cc} | 18 +++---- .../1.cc => stdio_filebuf/char/79820.cc} | 17 +++---- .../69301.cc => ext/stdio_filebuf/char/81751.cc} | 50 +++++++++----------- 9 files changed, 142 insertions(+), 95 deletions(-) copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...] copy libstdc++-v3/testsuite/{23_containers/queue/77528.cc => 27_io/basic_istream/s [...] copy libstdc++-v3/testsuite/ext/{shared_ptr/1.cc => stdio_filebuf/char/79820.cc} (75%) copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => ext/stdio_filebuf/char/ [...]