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

index 363f25e..77375f2 100644 (file)
@@ -1,3 +1,31 @@
+2022-04-20  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/104912
+       * tree-vect-loop-manip.cc (vect_loop_versioning): Split
+       the cost model check to a separate BB to make sure it is
+       checked first and not combined with other version checks.
+
+2022-04-20  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105312
+       * gimple-isel.cc (gimple_expand_vec_cond_expr): Query both
+       VCOND and VCONDU for EQ and NE.
+
+2022-04-20  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR ipa/103818
+       * ipa-modref-tree.cc (modref_access_node::closer_pair_p): Use
+       poly_offset_int to avoid overflow.
+       (modref_access_node::update2): likewise.
+
+2022-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR ipa/105306
+       * cgraph.cc (cgraph_node::create): Set node->semantic_interposition
+       to opt_for_fn (decl, flag_semantic_interposition).
+       * cgraphclones.cc (cgraph_node::create_clone): Copy over
+       semantic_interposition flag.
+
 2022-04-19  Sergei Trofimovich  <siarheit@google.com>
 
        PR gcov-profile/105282
index 82f97c7..d4ff129 100644 (file)
@@ -1 +1 @@
-20220420
+20220421
index 448bc54..a64f5b5 100644 (file)
@@ -1,3 +1,9 @@
+2022-04-20  Ed Catmur  <ed@catmur.uk>
+
+       PR c++/104996
+       * call.cc (compare_ics): When comparing list-initialization
+       sequences, do not return early.
+
 2022-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/105256
index 6644cb4..365aac8 100644 (file)
@@ -1,3 +1,22 @@
+2022-04-20  Ed Catmur  <ed@catmur.uk>
+
+       PR c++/104996
+       * g++.dg/cpp0x/initlist129.C: New test.
+
+2022-04-20  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105312
+       * gcc.target/arm/pr105312.c: New testcase.
+
+2022-04-20  Jan Hubicka  <hubicka@ucw.cz>
+
+       * gcc.c-torture/compile/103818.c: New test.
+
+2022-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR ipa/105306
+       * g++.dg/opt/pr105306.C: New test.
+
 2022-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/105257
index 3811eb0..600c5a5 100644 (file)
@@ -1,3 +1,17 @@
+2022-04-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/21_strings/basic_string_view/operations/copy/char/constexpr.cc:
+       Check correct feature test macro.
+
+2022-04-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/93602
+       * doc/xml/manual/prerequisites.xml: Document libiconv
+       workarounds.
+       * doc/html/manual/setup.html: Regenerate.
+       * src/Makefile.am (CXXLINK): Add $(LTLIBICONV).
+       * src/Makefile.in: Regenerate.
+
 2022-04-19  Patrick Palka  <ppalka@redhat.com>
 
        * src/c++17/floating_to_chars.cc (_GLIBCXX_ASSERTIONS): Don't