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

index bbb29b0..55fedd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
+
+       * MAINTAINERS: Update my email address.
+
 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
 
        * MAINTAINERS: Update my email address.
index 50b9b2a..363f25e 100644 (file)
@@ -1,3 +1,25 @@
+2022-04-19  Sergei Trofimovich  <siarheit@google.com>
+
+       PR gcov-profile/105282
+       * value-prof.cc (stream_out_histogram_value): Allow negative counts
+       on HIST_TYPE_INDIR_CALL.
+
+2022-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/105257
+       * config/sparc/sparc.cc (epilogue_renumber): If ORIGINAL_REGNO,
+       use gen_raw_REG instead of gen_rtx_REG and copy over also
+       ORIGINAL_REGNO.  Use return 0; instead of /* fallthrough */.
+
+2022-04-19  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/104010
+       PR tree-optimization/103941
+       * tree-vect-slp.cc (vect_bb_slp_scalar_cost): When
+       we run into stmts in patterns continue walking those
+       for uses outside of the vectorized region instead of
+       marking the lane live.
+
 2022-04-18  Hans-Peter Nilsson  <hp@axis.com>
 
        * doc/install.texi <CRIS>: Remove references to removed websites and
index 99ca522..82f97c7 100644 (file)
@@ -1 +1 @@
-20220419
+20220420
index a0ae4eb..448bc54 100644 (file)
@@ -1,3 +1,11 @@
+2022-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/105256
+       * typeck2.cc (process_init_constructor_array,
+       process_init_constructor_record, process_init_constructor_union): Move
+       CONSTRUCTOR_PLACEHOLDER_BOUNDARY flag from CONSTRUCTOR elements to the
+       containing CONSTRUCTOR.
+
 2022-04-15  Marek Polacek  <polacek@redhat.com>
 
        PR c++/105268
index 235b467..6644cb4 100644 (file)
@@ -1,3 +1,26 @@
+2022-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/105257
+       * gcc.dg/pr105257.c: New test.
+
+2022-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/105256
+       * g++.dg/cpp0x/pr105256.C: New test.
+
+2022-04-19  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/104010
+       PR tree-optimization/103941
+       * gcc.target/i386/pr103941-1.c: New testcase.
+       * gcc.target/i386/pr103941-2.c: Likewise.
+
+2022-04-19  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/104880
+       * g++.dg/opt/pr104880.cc: Rename to ...
+       * g++.dg/opt/pr104880.C: ... this.
+
 2022-04-18  Kewen Lin  <linkw@linux.ibm.com>
 
        PR testsuite/105266
index deeea56..3811eb0 100644 (file)
@@ -1,3 +1,22 @@
+2022-04-19  Patrick Palka  <ppalka@redhat.com>
+
+       * src/c++17/floating_to_chars.cc (_GLIBCXX_ASSERTIONS): Don't
+       define.
+       (__floating_to_chars_shortest): Add __builtin_unreachable calls to
+       squelch false-positive -Wmaybe-uninitialized and -Wreturn-type
+       warnings.
+       (__floating_to_chars_precision): Likewise.
+
+2022-04-19  Philipp Fent  <fent@in.tum.de>
+
+       * python/libstdcxx/v6/printers.py (StdSpanPrinter): Define.
+       * testsuite/libstdc++-prettyprinters/cxx20.cc: Test it.
+
+2022-04-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_ENABLE_BACKTRACE): Fix shell operators.
+       * configure: Regenerate.
+
 2022-04-18  Patrick Palka  <ppalka@redhat.com>
 
        * include/std/charconv (__from_chars_pow2_base): Manually