summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e36ca828e54..75a454718df 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2017-08-09 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/79820
+ PR libstdc++/81751
+ * config/io/basic_file_stdio.cc (sys_open(FILE*, ios_base::openmode)):
+ Call fflush on the stream instead of calling sync() while _M_cfile is
+ null. Restore original value of errno.
+ * testsuite/ext/stdio_filebuf/char/79820.cc: New.
+ * testsuite/ext/stdio_filebuf/char/81751.cc: New.
+
2017-07-31 Marek Polacek <polacek@redhat.com>
PR libstdc++/81599