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

index 678e3ef1e484c8ca9f38b344ccba629fa0da4134..5d2e1185b66310fed35b11ccb4e389798aec1a35 100644 (file)
@@ -1,3 +1,21 @@
+2023-09-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2023-09-15  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/111411
+       * config/aarch64/aarch64.cc (aarch64_operands_ok_for_ldpstp): Require
+       the lower memory access to a mem-pair operand.
+
+2023-09-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2023-08-31  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * config/aarch64/aarch64.md (untyped_call): Emit a call_value
+       rather than a call.  List each possible destination register
+       in the call pattern.
+
 2023-09-12  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/111340
index c6af87ba0081bcf063907c063c5c215963884793..707983c08eb835d8cbb00672559eb7423dcf0768 100644 (file)
@@ -1 +1 @@
-20230920
+20230921
index 3fdd1b171362f768021f7dc8e5c052ed8737a701..bb39d9d978479a377b06925ca2b81dff43a29153 100644 (file)
@@ -1,3 +1,11 @@
+2023-09-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2023-09-15  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/111411
+       * gcc.dg/rtl/aarch64/pr111411.c: New test.
+
 2023-09-12  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/111340