summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-04-20 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-04-20 00:16:26 +0000
commitd1d571873c83ed49a98f84c98f78349e7ad1df14 (patch)
tree3327534c6b0087bd3209f0c62182516f0e3b1363
parent4a1a72a89c65a6c1d01f717a20440d08c958a6e8 (diff)
Daily bump.
-rw-r--r--ChangeLog4
-rw-r--r--gcc/ChangeLog22
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/cp/ChangeLog8
-rw-r--r--gcc/testsuite/ChangeLog23
-rw-r--r--libstdc++-v3/ChangeLog19
6 files changed, 77 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb29b0955c..55fedd0b485 100644
--- 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.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 50b9b2ac621..363f25e0090 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 99ca522bd7b..82f97c7205f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220419
+20220420
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a0ae4ebc3f8..448bc54b83d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 235b467b8b1..6644cb470c9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index deeea5683c4..3811eb01cd1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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