diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-08-05 00:16:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-08-05 00:16:29 +0000 |
commit | c18c53db823b22204405e015cbb4d7b039f875c0 (patch) | |
tree | ceace1d54d49687719c0068d543ced52cdfaf725 /gcc/ChangeLog | |
parent | cfeb994d64743691d4a787f8eef7ce52d8711756 (diff) | |
download | gcc-c18c53db823b22204405e015cbb4d7b039f875c0.zip gcc-c18c53db823b22204405e015cbb4d7b039f875c0.tar.gz gcc-c18c53db823b22204405e015cbb4d7b039f875c0.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 15067e9..b6a392f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2024-08-04 Jeff Law <jlaw@ventanamicro.com> + + PR rtl-optimization/116199 + * reload.cc (operands_match_p): Verify subreg is expressable before + trying to simplify and match it to another operand. + 2024-08-02 Marek Polacek <polacek@redhat.com> * doc/invoke.texi: Document that -Wdangling-reference is |