[gcc r11-11297] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Thu Mar 28 00:19:02 GMT 2024
https://gcc.gnu.org/g:c7e5c857e67694b5826b6e9c0a067491166ba7a0
commit r11-11297-gc7e5c857e67694b5826b6e9c0a067491166ba7a0
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Thu Mar 28 00:18:40 2024 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 24 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 20daea0db36..c85fb61b681 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4597046e092..aab2708ffdd 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240327
+20240328
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 47c160b25ee..dcbb6543849 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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:
More information about the Gcc-cvs
mailing list