Daily bump.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fd022ad..bc01766 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2025-08-07 Uros Bizjak <ubizjak@gmail.com>
+
+ Backported from master:
+ 2025-08-06 Uros Bizjak <ubizjak@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 <rearnsha@arm.com>
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4024d7..1f2f1bb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250807
+20250808
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 649b03d..4b716eb 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,17 @@
+2025-08-07 Tobias Burnus <tburnus@baylibre.com>
+
+ Backported from master:
+ 2025-06-19 Tobias Burnus <tburnus@baylibre.com>
+ waffl3x <waffl3x@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 <tburnus@baylibre.com>
Backported from master: