Daily bump.

This commit is contained in:
GCC Administrator 2022-04-21 00:16:32 +00:00
parent 5bde80f48b
commit 29a25a6038
5 changed files with 68 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20220420
20220421

View 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

View 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

View 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