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

index e732e26b1c70f2d9753ea1601fa30c51982e16c1..1867e9391c318d9b83df0870d4ae5c4bca81b3c4 100644 (file)
@@ -1 +1 @@
-20201120
+20201121
index 06650efd5805b1713c1c5d42edb286a15b024452..7c4fccf31f3dac5f8f1e9b8054d2728a4ce1d295 100644 (file)
@@ -1,3 +1,9 @@
+2020-11-20  Andrea Corallo  <andrea.corallo@arm.com>
+
+       PR target/97727
+       * gcc.target/aarch64/advsimd-intrinsics/bf16_vstN_lane_2.c: Relax
+       regexps.
+
 2020-11-19  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master:
index 63679fefcc8bad82c9d4d39c67cb60633376dd07..c7723846532558d24bd5b30ca39817d3e1fac467 100644 (file)
@@ -1,3 +1,34 @@
+2020-11-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/92546
+       * include/std/regex (pmr::smatch, pmr::wsmatch): Declare using
+       underlying __normal_iterator type, not nested typedef
+       basic_string::const_iterator.
+
+2020-11-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97876
+       * include/std/stop_token (_Stop_state_t): Define default
+       constructor as user-provided not defaulted.
+
+2020-11-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/95989
+       * config/os/gnu-linux/os_defines.h (_GLIBCXX_NATIVE_THREAD_ID):
+       Define new macro to get reliable thread ID.
+       * include/std/stop_token (_Stop_state_t::_M_request_stop):
+       Use new macro if it's defined.
+       (_Stop_state_t::_M_remove_callback): Likewise.
+       * include/std/thread (this_thread::get_id): Likewise.
+       * testsuite/30_threads/jthread/95989.cc: New test.
+       * testsuite/30_threads/this_thread/95989.cc: New test.
+
 2020-11-18  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: