diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-20 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-20 00:16:26 +0000 |
commit | d1d571873c83ed49a98f84c98f78349e7ad1df14 (patch) | |
tree | 3327534c6b0087bd3209f0c62182516f0e3b1363 /gcc/ChangeLog | |
parent | 4a1a72a89c65a6c1d01f717a20440d08c958a6e8 (diff) | |
download | gcc-d1d571873c83ed49a98f84c98f78349e7ad1df14.zip gcc-d1d571873c83ed49a98f84c98f78349e7ad1df14.tar.gz gcc-d1d571873c83ed49a98f84c98f78349e7ad1df14.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50b9b2a..363f25e 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 |