+2025-02-22 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-02-15 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/118080
+ * gfortran.texi: Adjust documentation.
+ * trans-decl.cc (create_function_arglist): Adjust to pass hidden
+ presence flag also for derived type dummies with VALUE,OPTIONAL
+ attribute.
+ * trans-expr.cc (gfc_conv_expr_present): Expect hidden presence
+ flag also for derived type dummies with VALUE,OPTIONAL attribute.
+ (conv_cond_temp): Adjust to allow derived types.
+ (conv_dummy_value): Extend to handle derived type dummies with
+ VALUE,OPTIONAL attribute.
+ (gfc_conv_procedure_call): Adjust for actual arguments passed to
+ derived type dummies with VALUE,OPTIONAL attribute.
+ * trans-types.cc (gfc_get_function_type): Adjust fndecl for
+ hidden presence flag.
+
2025-02-14 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-02-22 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2025-02-15 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/118080
+ * gfortran.dg/value_optional_2.f90: New test.
+
2025-02-17 Lulu Cheng <chenglulu@loongson.cn>
Backported from master: