diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-19 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-19 00:16:28 +0000 |
commit | 3f7c81ef14815bbb94f215d908dbd406c35c45d0 (patch) | |
tree | 53311cc868e0523001511d37dd5c94f7cb2e7106 | |
parent | d2a0a5d4ad23f1974c72ef8abaa55c1707c0b27f (diff) | |
download | gcc-3f7c81ef14815bbb94f215d908dbd406c35c45d0.zip gcc-3f7c81ef14815bbb94f215d908dbd406c35c45d0.tar.gz gcc-3f7c81ef14815bbb94f215d908dbd406c35c45d0.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 |
4 files changed, 22 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 32b4b3e..50b9b2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3243d6b34..99ca522 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220418 +20220419 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e147f69..235b467 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ac3d02a..deeea56 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 |