+2023-04-15 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-04-14 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/109511
+ * simplify.cc (gfc_simplify_set_exponent): Fix implementation of
+ compile-time simplification of intrinsic SET_EXPONENT for argument
+ X < 1 and for I < 0.
+
2023-04-02 Thomas Koenig <tkoenig@gcc.gnu.org>
* dump-parse-tree.cc (get_c_type_name): Fix "long_long"
+2023-04-15 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-04-14 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/109511
+ * gfortran.dg/set_exponent_1.f90: New test.
+
2023-04-11 Michael Meissner <meissner@linux.ibm.com>
PR target/109067