+2025-05-05 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-04-30 Richard Biener <rguenther@suse.de>
+
+ PR ipa/120006
+ * tree-ssa-structalias.cc (find_func_clobbers): Handle
+ strdup, strndup, realloc, index, strchr, strrchr, memchr,
+ strstr, strpbrk builtins like find_func_aliases does.
+
+2025-05-05 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-04-28 Richard Biener <rguenther@suse.de>
+
+ PR ipa/119973
+ * tree-ssa-structalias.cc (create_variable_info_for):
+ Build constraints from DECL_INITIAL directly rather than
+ the IPA reference list which is incomplete.
+
2025-04-30 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/119712
+2025-05-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/120104
+ * exp_ch3.adb (Expand_Freeze_Record_Type): For a controlled tagged
+ type, freeze only the controlled primitives that are present.
+
2025-04-30 Eric Botcazou <ebotcazou@adacore.com>
PR ada/112958
+2025-05-05 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-04-30 Richard Biener <rguenther@suse.de>
+
+ PR ipa/120006
+ * gcc.dg/torture/pr120006.c: New testcase.
+
+2025-05-05 Richard Biener <rguenther@suse.de>
+
+ Backported from master:
+ 2025-04-28 Richard Biener <rguenther@suse.de>
+
+ PR ipa/119973
+ * gcc.dg/torture/pr119973.c: New testcase.
+
+2025-05-05 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/specs/finalizable1.ads: New test.
+
2025-05-03 Harald Anlauf <anlauf@gmx.de>
Backported from master: