diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-19 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-19 00:16:19 +0000 |
commit | d64720a07f611c55e8c815c775a852d650a2e738 (patch) | |
tree | 756887f4ceef4fc88085444fcdfda46b23e181e0 /gcc/ChangeLog | |
parent | b412ce8e961052e6becea3bc783a53e1d5feaa0f (diff) | |
download | gcc-d64720a07f611c55e8c815c775a852d650a2e738.zip gcc-d64720a07f611c55e8c815c775a852d650a2e738.tar.gz gcc-d64720a07f611c55e8c815c775a852d650a2e738.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2585360..bd1d682 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2021-04-18 Segher Boessenkool <segher@kernel.crashing.org> + + PR rtl-optimization/99927 + * combine.c (distribute_notes) [REG_UNUSED]: If the register already + is dead, just drop it. + 2021-04-17 Iain Buclaw <ibuclaw@gdcproject.org> PR d/99914 |