https://gcc.gnu.org/g:1b1986ccdf0f90afbc7093877f7f63e9af98a00a
commit r13-10287-g1b1986ccdf0f90afbc7093877f7f63e9af98a00a Author: GCC Administrator <[email protected]> Date: Fri May 1 00:17:08 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 11 +++++++++++ libsanitizer/ChangeLog | 8 ++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f83643060f7..14fbc1d86af6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2026-04-30 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-04-14 Richard Earnshaw <[email protected]> + + PR target/123102 + * config/arm/arm.md (*cmp_ite0): Apply stricter checks on the + comparison mode. + (*cmp_ite1, *cmp_and, *cmp_ior): Likewise. + +2026-04-30 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-04-22 Richard Earnshaw <[email protected]> + + PR target/124933 + * config/arm/constraints.md (Uj): Allow offset addressing for + all targets, only allow Neon addressing when we have both Neon + and FP16INST. + * config/arm/vfp.md (mov<mode>_vfp_<mode>16): Only use vld1/vst1 + when the pattern needs address write-back. + 2026-04-13 Richard Earnshaw <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 500371a7ade1..c409c973e9fc 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260430 +20260501 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ac674dbfc678..746fadea34d2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-04-30 Richard Earnshaw <[email protected]> + + Backported from master: + 2026-04-22 Richard Earnshaw <[email protected]> + + PR target/124933 + * lib/target-supports.exp (v8_1m_main_fp_hard): New arm + architecture variant. + * gcc.target/arm/pr124933.c: New test. + * gcc.target/arm/armv8_2-fp16-move-1.c: Update expected output. + 2026-04-21 Christopher Albert <[email protected]> Backported from master: diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index dee88e6a8e31..ceaaafe2f44d 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,11 @@ +2026-04-30 Jakub Jelinek <[email protected]> + + Backported from master: + 2026-04-29 Jakub Jelinek <[email protected]> + + * sanitizer_common/sanitizer_platform_limits_posix.cpp: Cherry picked + from LLVM commit 3dc4fd6dd41100f051a63642f449b16324389c96. + 2025-07-31 Florian Weimer <[email protected]> Backported from master:
