+2025-03-05 Richard Sandiford <richard.sandiford@arm.com>
+ Alex Coplan <alex.coplan@arm.com>
+
+ PR rtl-optimization/118320
+ * config/aarch64/aarch64-ldp-fusion.cc (ldp_bb_info::fuse_pair):
+ Commonize the merge of input_uses and return early if it
+ fails.
+
+2025-03-05 Hannes Braun <hannes@hannesbraun.net>
+
+ Backported from master:
+ 2025-03-05 Hannes Braun <hannes@hannesbraun.net>
+
+ PR target/118942
+ * config/arm/arm_neon.h (vld1q_s8_x3): Use int8_t instead of
+ uint16_t.
+ (vld1q_s16_x3): Use int16_t instead of uint16_t.
+ (vld1q_s8_x4): Likewise.
+ (vld1q_s16_x4): Likewise.
+
2025-03-04 Richard Sandiford <richard.sandiford@arm.com>
Backported from master:
+2025-03-05 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-05 Marek Polacek <polacek@redhat.com>
+
+ PR c++/115580
+ * c-common.cc (check_function_arguments): Return early if
+ c_inhibit_evaluation_warnings.
+
2025-01-09 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2025-03-05 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-05 Marek Polacek <polacek@redhat.com>
+
+ PR c++/115580
+ * g++.dg/warn/Wnonnull16.C: New test.
+
+2025-03-05 Richard Sandiford <richard.sandiford@arm.com>
+ Alex Coplan <alex.coplan@arm.com>
+
+ PR rtl-optimization/118320
+ * g++.dg/torture/pr118320.C: New test.
+
+2025-03-05 Hannes Braun <hannes@hannesbraun.net>
+
+ Backported from master:
+ 2025-03-05 Hannes Braun <hannes@hannesbraun.net>
+
+ PR target/118942
+ * gcc.target/arm/simd/vld1q_base_xN_1.c: Add -Wpointer-sign.
+
2025-03-04 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2025-03-05 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ Backported from master:
+ 2025-03-05 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ PR libstdc++/119121
+ * include/bits/ranges_util.h (__detail::__pair_like_convertible_from):
+ Use `_Tp` in `is_reference_v` check
+ * testsuite/std/ranges/subrange/tuple_like.cc: New tests for
+ pair-like conversion
+
2025-02-28 Jonathan Wakely <jwakely@redhat.com>
Backported from master: