diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-21 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-21 00:16:32 +0000 |
commit | 29a25a6038331f33175990a85a844c20babceb0e (patch) | |
tree | 99a4de128df10bc3dc898e9c41266361d3c2b20f /gcc/ChangeLog | |
parent | 5bde80f48bcc594658c788895ad1fd86d0916fc2 (diff) | |
download | gcc-29a25a6038331f33175990a85a844c20babceb0e.zip gcc-29a25a6038331f33175990a85a844c20babceb0e.tar.gz gcc-29a25a6038331f33175990a85a844c20babceb0e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 363f25e..77375f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 |