aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2017-09-27 20:16:43 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2017-09-27 20:16:43 +0000
commitc32026239618bac471c9c08a723b58885061ed62 (patch)
tree696ad8806c07e83201d2cfd8fc514f77f813dd22 /libstdc++-v3/ChangeLog
parent762cc1fb3595afdfc2c33dfd32b98a400d20ea5d (diff)
downloadgcc-c32026239618bac471c9c08a723b58885061ed62.zip
gcc-c32026239618bac471c9c08a723b58885061ed62.tar.gz
gcc-c32026239618bac471c9c08a723b58885061ed62.tar.bz2
22131.cc: Make test less istreambuf_iterator implementation dependent.
2017-09-27 François Dumont <fdumont@gcc.gnu.org> * testsuite/22_locale/money_get/get/char/22131.cc: Make test less istreambuf_iterator implementation dependent. * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise. From-SVN: r253237
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c04155f..fde6ec9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-27 François Dumont <fdumont@gcc.gnu.org>
+
+ * testsuite/22_locale/money_get/get/char/22131.cc: Make test less
+ istreambuf_iterator implementation dependent.
+ * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise.
+
2017-09-25 Uros Bizjak <ubizjak@gmail.com>
PR c/81854