+2025-06-12 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2025-05-29 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/120295
+ * ipa-prop.cc (update_jump_functions_after_inlining): Do not
+ combine pass-through jump functions with type-casts changing
+ signedness.
+
2025-06-10 Andrew Pinski <quic_apinski@quicinc.com>
Backported from master:
+2025-06-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * doc/gnat_rm/gnat_language_extensions.rst
+ (Generalized Finalization): Document the actual implementation.
+ (No_Raise): Move to separate section.
+ * gnat_rm.texi: Regenerate.
+
+2025-06-12 Ronan Desplanques <desplanques@adacore.com>
+
+ * sem_ch3.adb (Build_Derived_Private_Type): Fix test.
+ (Build_Derived_Record_Type): Adjust error recovery paths.
+
+2025-06-12 Ronan Desplanques <desplanques@adacore.com>
+
+ * exp_util.adb (Insert_Actions): Refine test.
+
+2025-06-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler
+ switches) <-O>: Fix long line.
+ * gnat_ugn.texi: Regenerate.
+
+2025-06-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ * usage.adb (Usage): Justify the documentation of common switches
+ like that of other switches. Rework that of the -O switch.
+ * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler
+ switches) <-O>: Rework and document 'z' and 'g' operands.
+ * doc/gnat_ugn/gnat_and_program_execution.rst (Optimization Levels):
+ Rework and document -Oz and -Og switches.
+ * gnat_ugn.texi: Regenerate.
+
2025-06-10 Gary Dismukes <dismukes@adacore.com>
* einfo.ads: Revise comment about Dynamic_Predicate flag to make it
+2025-06-12 Joseph Myers <josmyers@redhat.com>
+
+ * es.po: Update.
+
2025-05-15 Joseph Myers <josmyers@redhat.com>
* zh_CN.po: Update.
+2025-06-12 Martin Jambor <mjambor@suse.cz>
+
+ Backported from master:
+ 2025-05-29 Martin Jambor <mjambor@suse.cz>
+
+ PR ipa/120295
+ * gcc.dg/ipa/pr120295.c: New test.
+
2025-06-09 Jason Merrill <jason@redhat.com>
Backported from master:
+2025-06-12 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2025-06-12 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/120625
+ * include/std/format (__format::__disabled): Remove.
+ (__formatter_disabled): New type.
+ (formatter<char*, wchar_t>, formatter<const char*, wchar_t>)
+ (formatter<char[N], wchar_t>, formatter<string, wchar_t>)
+ (formatter<string_view, wchar_t>): Use __formatter_disabled as
+ base class instead of formatter<__disabled, wchar_t>.
+ * testsuite/std/format/formatter/120625.cc: New test.
+
2025-06-10 Jonathan Wakely <jwakely@redhat.com>
Backported from master: