]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Aug 2024 00:16:29 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Aug 2024 00:16:29 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 15067e97be5f07dedc2ca43406b11e572aa61bad..b6a392ff361993cb02b89def93448cb20b30ca81 100644 (file)
@@ -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
index 444c7cbae4315bf1b13e8857c0a10eb0515c2503..25c4636413135ccbc69ed85de180b3177e106015 100644 (file)
@@ -1 +1 @@
-20240804
+20240805
index dc82c235a5fe4b7603aff0ab83f9934c797c6f42..09920be799ad8277981441c540cc89272592e152 100644 (file)
@@ -1,3 +1,8 @@
+2024-08-04  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR rtl-optimization/116199
+       * gcc.dg/torture/pr116199.c: New test.
+
 2024-08-03  Steve Kargl  <kargls@comcast.net>
 
        PR fortran/104626