From bb885448e07efa1f29a7657faa1c034492efe1dc Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 20 Aug 2020 00:18:20 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index a8098fbd6e30..7829179094cd 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200819 +20200820 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2e6a74db8df8..a2c0b5e94fa6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2020-08-19 Jonathan Wakely + + Backported from master: + 2020-08-19 Jonathan Wakely + + * include/bits/c++config (_GLIBCXX_DEPRECATED_SUGGEST): New + macro for "use 'foo' instead" message in deprecated warnings. + * include/bits/ios_base.h (io_state, open_mode, seek_dir) + (streampos, streamoff): Use _GLIBCXX_DEPRECATED_SUGGEST. + * include/std/streambuf (stossc): Replace C++11 attribute + with _GLIBCXX_DEPRECATED_SUGGEST. + * testsuite/27_io/types/1.cc: Check for deprecated warnings. + Also check for io_state, open_mode and seek_dir typedefs. + 2020-08-11 Andrea Corallo Backported from master: -- 2.47.2