Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Apr 2022 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Apr 2022 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 32b4b3e..50b9b2a 100644 (file)
@@ -1,3 +1,13 @@
+2022-04-18  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/install.texi <CRIS>: Remove references to removed websites and
+       adjust for cris-*-elf being the only remaining toolchain.
+
+2022-04-18  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/invoke.texi <CRIS>: Remove references to options for removed
+       subtarget cris-axis-linux-gnu and tweak wording accordingly.
+
 2022-04-16  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/install.texi (Specific): Adjust mingw-w64 download link.
index 3243d6b..99ca522 100644 (file)
@@ -1 +1 @@
-20220418
+20220419
index e147f69..235b467 100644 (file)
@@ -1,3 +1,8 @@
+2022-04-18  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR testsuite/105266
+       * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.
+
 2022-04-15  Paul A. Clarke  <pc@us.ibm.com>
 
        * g++.dg/debug/dwarf2/const2.C: Move to g++.target/powerpc.
index ac3d02a..deeea56 100644 (file)
@@ -1,3 +1,9 @@
+2022-04-18  Patrick Palka  <ppalka@redhat.com>
+
+       * include/std/charconv (__from_chars_pow2_base): Manually
+       unroll the first iteration of the main loop and simplify
+       accordingly.
+
 2022-04-15  Patrick Palka  <ppalka@redhat.com>
 
        PR libstdc++/104858