]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Nov 2023 00:21:26 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Nov 2023 00:21:26 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 79b7ff4c110169d408e5daf2e7aa4836791c0ada..c68c68b2c44c15127b9c33d28a411ed6d0ed17e6 100644 (file)
@@ -1,3 +1,12 @@
+2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       Backported from master:
+       2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       PR target/111815
+       * config/vax/vax.cc (index_term_p): Only accept the index scaler
+       as the RHS operand to ASHIFT.
+
 2023-11-20  Lulu Cheng  <chenglulu@loongson.cn>
 
        Backported from master:
index 24b79bbea6ccedeec37a47265d85a0aa53896a6b..99cbe76c17dede8dbd8f3e6d6a10bae198316921 100644 (file)
@@ -1 +1 @@
-20231122
+20231123
index 966da5dfcef8ffbf9dcbac709407507736c9cc5f..7499e4485e82077ffca6c49211d87901c7555fde 100644 (file)
@@ -1,3 +1,11 @@
+2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       Backported from master:
+       2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       PR target/111815
+       * gcc.dg/torture/pr111815.c: New test.
+
 2023-11-17  Jason Merrill  <jason@redhat.com>
 
        PR c++/112301