+2025-08-01 Richard Earnshaw <rearnsha@arm.com>
+
+ Backported from master:
+ 2025-05-19 Richard Earnshaw <rearnsha@arm.com>
+
+ PR target/120351
+ * config/arm/predicates.md (mem_noofs_operand): Also check the op
+ is a valid memory_operand.
+
+2025-08-01 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-07-31 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/121323
+ * tree-ssa-alias.cc (ao_ref_init_from_ptr_and_range): Check
+ the pointer offset fits in a HWI when represented in bits.
+
+2025-08-01 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-07-31 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/121320
+ * tree-ssa-sccvn.cc (ao_ref_init_from_vn_reference): Convert
+ op->off to poly_offset_int before multiplying by
+ BITS_PER_UNIT.
+
+2025-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/121322
+ * gimple-ssa-store-merging.cc (find_bswap_or_nop): Return NULL if
+ count is 0.
+
2025-07-31 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
+2025-08-01 Florian Weimer <fweimer@redhat.com>
+
+ Backported from master:
+ 2025-05-02 Florian Weimer <fweimer@redhat.com>
+
+ PR c/120055
+ * c-typeck.cc (convert_arguments): Check if fundecl is null
+ before checking for builtin function declaration.
+
+2025-08-01 Florian Weimer <fweimer@redhat.com>
+
+ Backported from master:
+ 2025-05-01 Florian Weimer <fweimer@redhat.com>
+
+ PR c/119950
+ * c-typeck.cc (convert_arguments): Check for built-in
+ function declaration before warning.
+
2025-07-30 Qing Zhao <qing.zhao@oracle.com>
Backported from master:
+2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/108080
+ * module.cc (trees_out::core_vals): Warn when streaming
+ target/optimize node; adjust comments.
+ (trees_in::core_vals): Don't stream a target/optimize node.
+
+2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/121238
+ * module.cc (trees_in::fn_parms_fini): Merge properties for
+ definitions.
+
2025-07-31 Jason Merrill <jason@redhat.com>
Backported from master:
+2025-08-01 Joseph Myers <josmyers@redhat.com>
+
+ * gcc.pot: Regenerate.
+
2025-06-12 Joseph Myers <josmyers@redhat.com>
* es.po: Update.
+2025-08-01 Richard Earnshaw <rearnsha@arm.com>
+
+ Backported from master:
+ 2025-05-19 Richard Earnshaw <rearnsha@arm.com>
+
+ PR target/120351
+ * gcc.target/arm/pr120351.c: New test.
+
+2025-08-01 Florian Weimer <fweimer@redhat.com>
+
+ Backported from master:
+ 2025-05-02 Florian Weimer <fweimer@redhat.com>
+
+ * gcc.dg/Wdeprecated-non-prototype-6.c: New test.
+
+2025-08-01 Florian Weimer <fweimer@redhat.com>
+
+ Backported from master:
+ 2025-05-01 Florian Weimer <fweimer@redhat.com>
+
+ * gcc.dg/Wdeprecated-non-prototype-5.c: New test.
+
+2025-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/121322
+ * gcc.dg/pr121322.c: New test.
+
+2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/108080
+ * g++.dg/modules/pr108080.H: New test.
+
+2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-08-01 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/121238
+ * g++.dg/modules/merge-19.h: New test.
+ * g++.dg/modules/merge-19_a.H: New test.
+ * g++.dg/modules/merge-19_b.C: New test.
+
2025-07-31 Jason Merrill <jason@redhat.com>
Backported from master: