https://gcc.gnu.org/g:0db5a3b64e5fe7403e1970e2454c1fd4409425e3
commit r14-12560-g0db5a3b64e5fe7403e1970e2454c1fd4409425e3 Author: GCC Administrator <[email protected]> Date: Fri May 1 00:18:31 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 15 +++++++++++++++ libsanitizer/ChangeLog | 8 ++++++++ 5 files changed, 52 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fbc751f33012..91e2e8513e8a 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-22 Richard Biener <[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/ada/ChangeLog b/gcc/ada/ChangeLog index 19c4144be683..7cd11d896b7c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2026-04-30 Eric Botcazou <[email protected]> + + PR ada/125044 + * sem_disp.adb (Check_Controlling_Formals): Apply the same massaging + to the result subtype as to the parameter subtypes. + 2026-04-29 Eric Botcazou <[email protected]> PR ada/125044 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b0bf66e7b775..2edcd27eabdb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2026-04-30 Eric Botcazou <[email protected]> + + * gnat.dg/task6.ads, gnat.dg/task6.adb: New test. + +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-22 Richard Biener <[email protected]> Backported from master: diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 08e9d2ef4024..99a17a0399c4 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:
