+2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ PR c++/117512
+ * typeck.cc (cp_build_indirect_ref_1): Only do the *&e -> e
+ folding if the result would be an lvalue.
+
+2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ PR c++/119134
+ * pt.cc (check_for_bare_parameter_packs): Check DECL_CONTEXT.
+
2025-03-04 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ PR c++/117512
+ * g++.dg/cpp0x/alignas23.C: New test.
+ * g++.dg/ext/align3.C: New test.
+ * g++.dg/ext/align4.C: New test.
+ * g++.dg/ext/align5.C: New test.
+
+2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2025-03-12 Marek Polacek <polacek@redhat.com>
+
+ PR c++/119134
+ * g++.dg/cpp2a/lambda-uneval24.C: New test.
+
+2025-03-12 Richard Earnshaw <rearnsha@arm.com>
+
+ Backported from master:
+ 2025-03-11 Richard Earnshaw <rearnsha@arm.com>
+
+ * lib/target-supports.exp
+ (check_effective_target_arm_neon_h_ok_nocache): Return zero if
+ check_effective_target_arm_libc_fp_abi_ok reports failure.
+
+2025-03-12 Richard Earnshaw <rearnsha@arm.com>
+
+ Backported from master:
+ 2025-03-07 Richard Earnshaw <rearnsha@arm.com>
+
+ * lib/target-supports.exp
+ (check_effective_target_arm_neon_h_ok_nocache): New function.
+ (check_effective_target_arm_neon_h_ok): Likewise.
+ (add_options_for_arm_neon_h): Likewise.
+ (check_effective_target_arm_libc_fp_abi_ok_nocache): Allow any
+ Arm target, not just arm32.
+ * gcc.target/arm/attr-neon-builtin-fail.c: Use it.
+ * gcc.target/arm/attr-neon-builtin-fail2.c: Likewise.
+ * gcc.target/arm/attr-neon-fp16.c: Likewise.
+ * gcc.target/arm/attr-neon2.c: Likewise.
+
2025-03-11 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: