From: GCC Administrator Date: Thu, 20 Aug 2020 00:18:20 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-9.4.0~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb885448e07efa1f29a7657faa1c034492efe1dc;p=thirdparty%2Fgcc.git Daily bump. --- 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: