]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Nov 2020 00:17:08 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Nov 2020 00:17:08 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 35d25ab2f20fa465337d0b0a04b40728784582d7..7096b2dbae975b8e260fc2c316de0844b6128da1 100644 (file)
@@ -1 +1 @@
-20201105
+20201106
index cfd31237537606dee7cd5700a34c9f3bb88c3238..f99d170842d2b85a9835694f5ca4730c1346387f 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-05  Martin Liska  <mliska@suse.cz>
+
+       Backported from master:
+       2020-10-13  Martin Liska  <mliska@suse.cz>
+
+       PR middle-end/97392
+       * g++.dg/asan/asan_test.C: Disable -Wstringop-overflow.
+       * gcc.dg/asan/pr80166.c: Likewise.
+
 2020-11-04  Andrea Corallo  <andrea.corallo@arm.com>
 
        * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h
index 1476b2b83eb179217845aaa173857747fa7ce239..ade300795690b327ce2b0deea7ec920a3842b32c 100644 (file)
@@ -1,3 +1,37 @@
+2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/96269
+       * include/std/optional (operator==, operator!=, operator<)
+       (operator>, operator<=, operator>=): Fix types used in
+       SFINAE constraints.
+       * testsuite/20_util/optional/relops/96269.cc: New test.
+
+2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97731
+       * src/filesystem/dir.cc (recursive_directory_iterator): Call the
+       right overload of _Dir::advance.
+       * testsuite/experimental/filesystem/iterators/97731.cc: New test.
+
+2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-10-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97362
+       * doc/html/manual/source_code_style.html: Regenerate.
+       * doc/xml/manual/appendix_contributing.xml: Add __deref to
+       BADNAMES.
+       * include/debug/functions.h (_Irreflexive_checker::__deref):
+       Rename to __ref.
+       * testsuite/17_intro/badnames.cc: Check __deref.
+
 2020-11-04  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: