+2020-12-24 Roman Zhuykov <zhroma@ispras.ru>
+
+ Backported from master:
+ 2020-12-05 Roman Zhuykov <zhroma@ispras.ru>
+
+ PR rtl-optimization/97421
+ * modulo-sched.c (generate_prolog_epilog): Remove forward
+ declaration, adjust last argument name and type.
+ (const_iteration_count): Add bool pointer parameter to return
+ whether count register is read in pre-header after its
+ initialization.
+ (sms_schedule): Fix count register initialization adjustment
+ procedure according to what const_iteration_count said.
+
2020-12-23 Piotr Kubaj <pkubaj@FreeBSD.org>
Gerald Pfeifer <gerald@pfeifer.com>
+2020-12-24 Roman Zhuykov <zhroma@ispras.ru>
+
+ Backported from master:
+ 2020-12-05 Roman Zhuykov <zhroma@ispras.ru>
+
+ PR rtl-optimization/97421
+ * gcc.c-torture/execute/pr97421-1.c: New test.
+ * gcc.c-torture/execute/pr97421-2.c: New test.
+ * gcc.c-torture/execute/pr97421-3.c: New test.
+
2020-12-23 Jason Merrill <jason@redhat.com>
PR c++/98332
+2020-12-24 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2020-11-21 Iain Sandoe <iain@sandoe.co.uk>
+
+ * intrinsics/execute_command_line.c (environ): Use
+ _NSGetEnviron to get the environment pointer on Darwin.
+
2020-10-19 Harald Anlauf <anlauf@gmx.de>
Backported from master: