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

index df34ae8f0dd9a05559bae2e5456e83005eb1db5e..7c4b33e01a0118eadf478e9dacaaeae54668672c 100644 (file)
@@ -1,3 +1,8 @@
+2021-11-23  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       PR target/101985
+       * config/rs6000/altivec.h (vec_cpsgn): Swap operand order.
+
 2021-11-22  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
 
        Backported from master:
index e45f2d04f4ec66424e58bcf58f18f6a706fd24d5..6a898735f7eafaf82ed6b02541ef09d9ac91734f 100644 (file)
@@ -1 +1 @@
-20211123
+20211124
index b7702eb28953f65e3c3c6b4f500323e7075f6f38..8ecb99c8595c0bf6f53861592c8fe12871eccb43 100644 (file)
@@ -1,3 +1,9 @@
+2021-11-23  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       PR target/101985
+       * gcc.target/powerpc/pr101985-1.c: New.
+       * gcc.target/powerpc/pr101985-2.c: New.
+
 2021-11-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 27c6d1eab5d7b10bea04b0202db345af2a260e70..d9ec6274b9e2f071736ee6b7f592a36be83379cf 100644 (file)
@@ -1,3 +1,12 @@
+2021-11-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-11-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/103381
+       * include/ext/bitmap_allocator.h: Include <bits/stl_function.h>
+       instead of <functional>.
+
 2021-11-01  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/valarray (begin, end): Remove nodiscard attribute.