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

index 8c2db230da89252ae79bbc855be7ffd1ca348fa2..ffb8fd4991209658b41c964adc8e0366b92a7ca7 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.c (index_term_p): Only accept the index scaler
+       as the RHS operand to ASHIFT.
+
 2023-11-06  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.c (pa_asm_trampoline_template): Fix typo.
index 24b79bbea6ccedeec37a47265d85a0aa53896a6b..99cbe76c17dede8dbd8f3e6d6a10bae198316921 100644 (file)
@@ -1 +1 @@
-20231122
+20231123
index 0266921ef32d8cb87b478415610c0a7a87069f5c..8731d2b8d6eda9d7f8399350834dd0b4f5579c3b 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-10-23  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: