From: GCC Administrator Date: Tue, 19 Apr 2022 00:16:28 +0000 (+0000) Subject: Daily bump. X-Git-Tag: upstream/12.2.0~507 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f7c81ef14815bbb94f215d908dbd406c35c45d0;p=platform%2Fupstream%2Fgcc.git Daily bump. --- 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 + + * doc/install.texi : Remove references to removed websites and + adjust for cris-*-elf being the only remaining toolchain. + +2022-04-18 Hans-Peter Nilsson + + * doc/invoke.texi : Remove references to options for removed + subtarget cris-axis-linux-gnu and tweak wording accordingly. + 2022-04-16 Gerald Pfeifer * doc/install.texi (Specific): Adjust mingw-w64 download link. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3243d6b..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 + + PR testsuite/105266 + * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*. + 2022-04-15 Paul A. Clarke * 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 + + * include/std/charconv (__from_chars_pow2_base): Manually + unroll the first iteration of the main loop and simplify + accordingly. + 2022-04-15 Patrick Palka PR libstdc++/104858