]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Mar 2024 00:18:40 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Mar 2024 00:18:40 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 20daea0db36cd4b49e4840fc9e03d71674cafb54..c85fb61b681a976e6de0f235c104099c40a71636 100644 (file)
@@ -1,3 +1,27 @@
+2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR sanitizer/97696
+       * asan.c (asan_expand_mark_ifn): Allow the length to be a poly_int.
+
+2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * config/aarch64/arm_neon.h (vld1_s8_x4, vld1_s16_x4, vld1_s32_x4):
+       (vld1_u8_x4, vld1_u16_x4, vld1_u32_x4, vld1_f16_x4, vld1_f32_x4):
+       (vld1_p8_x4, vld1_p16_x4, vld1_s64_x4, vld1_u64_x4, vld1_p64_x4):
+       (vld1_f64_x4): Avoid using a union of a 256-bit structure and 512-bit
+       XImode integer.  Instead use the same approach as the vld4 intrinsics.
+       (vst1_s8_x4, vst1_s16_x4, vst1_s32_x4, vst1_u8_x4, vst1_u16_x4):
+       (vst1_u32_x4, vst1_f16_x4, vst1_f32_x4, vst1_p8_x4, vst1_p16_x4):
+       (vst1_s64_x4, vst1_u64_x4, vst1_p64_x4, vst1_f64_x4, vld1_bf16_x4):
+       (vst1_bf16_x4): Likewise for stores.
+       (vst1q_s8_x4, vst1q_s16_x4, vst1q_s32_x4, vst1q_u8_x4, vst1q_u16_x4):
+       (vst1q_u32_x4, vst1q_f16_x4, vst1q_f32_x4, vst1q_p8_x4, vst1q_p16_x4):
+       (vst1q_s64_x4, vst1q_u64_x4, vst1q_p64_x4, vst1q_f64_x4)
+       (vst1q_bf16_x4): Rename val parameter to __val.
+
 2024-03-17  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index 4597046e092c745b92de7232494f78ac8ab18e36..aab2708ffddd0477f1dce8af90bc3832d80f47f9 100644 (file)
@@ -1 +1 @@
-20240327
+20240328
index 47c160b25ee9e0cc47902092dab4b70bf1d7f8d4..dcbb65438495076434c83a778ec96f02ea44a420 100644 (file)
@@ -1,3 +1,11 @@
+2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR sanitizer/97696
+       * gcc.target/aarch64/sve/pr97696.c: New test.
+
 2024-03-20  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: