]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Aug 2020 00:18:20 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Aug 2020 00:18:20 +0000 (00:18 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index a8098fbd6e30bb5c104d49835c4936298a58c342..7829179094cd70c853ac93a8d5a200f8cddac151 100644 (file)
@@ -1 +1 @@
-20200819
+20200820
index 2e6a74db8df8506b3505a308e84152c1f29bd979..a2c0b5e94fa6892c4403e3c2d15c8cadc03f0109 100644 (file)
@@ -1,3 +1,17 @@
+2020-08-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * 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  <andrea.corallo@arm.com>
 
        Backported from master: