https://gcc.gnu.org/g:46deccf6e52eff21fe54008b64ffdab0258ba6cd
commit r15-10200-g46deccf6e52eff21fe54008b64ffdab0258ba6cd Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Fri Aug 8 00:24:18 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 11 +++++++++++ gcc/DATESTAMP | 2 +- libgomp/ChangeLog | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd022ad415bf..bc01766c4db8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2025-08-07 Uros Bizjak <ubiz...@gmail.com> + + Backported from master: + 2025-08-06 Uros Bizjak <ubiz...@gmail.com> + + PR target/96226 + * config/i386/predicates.md (and_operator): New operator. + * config/i386/i386.md (splitter after *<rotate_insn><mode>3_mask): + Use and_operator to match AND RTX and use its mode + in the split pattern. + 2025-08-01 Richard Earnshaw <rearn...@arm.com> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d4024d735241..1f2f1bb8fcd6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250807 +20250808 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 649b03de0450..4b716ebee846 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,17 @@ +2025-08-07 Tobias Burnus <tbur...@baylibre.com> + + Backported from master: + 2025-06-19 Tobias Burnus <tbur...@baylibre.com> + waffl3x <waff...@baylibre.com> + + * libgomp.texi (omp_init_allocator): Refer to 'Memory allocation' + for available memory spaces. + (OMP_ALLOCATOR): Move list of traits and predefined memspaces + and allocators to ... + (Memory allocation): ... here. Document omp(x)::allocator::*; + minor wording tweaks, be more explicit about memkind, pinned and + pool_size. + 2025-07-22 Tobias Burnus <tbur...@baylibre.com> Backported from master: