+2020-10-22 Andreas Krebbel <krebbel@linux.ibm.com>
+
+ Backported from master:
+ 2020-10-22 Andreas Krebbel <krebbel@linux.ibm.com>
+
+ PR rtl-optimization/97439
+ * dfp.c (decimal_real_maxval): Set the sign flag in the
+ generated number.
+
+2020-10-22 Kito Cheng <kito.cheng@sifive.com>
+
+ Backported from master:
+ 2020-10-14 Kito Cheng <kito.cheng@sifive.com>
+
+ PR target/96759
+ * expr.c (expand_assignment): Handle misaligned stores with PARALLEL
+ value.
+
2020-10-21 liuhongt <hongtao.liu@intel.com>
PR target/97506
+2020-10-22 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-22 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97328
+ * constexpr.c (init_subob_ctx): Don't punt on RANGE_EXPR
+ indexes, instead build a sub-aggregate initialization context
+ with no subobject.
+
2020-10-20 Marek Polacek <polacek@redhat.com>
* pt.c (tsubst_copy_and_build): Use cxx2a.
+2020-10-22 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-10-16 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/95979
+ * expr.c (gfc_check_init_expr): Fix check of return code from
+ gfc_intrinsic_func_interface.
+ * intrinsic.c (gfc_intrinsic_func_interface): Add further attempt
+ of simplification of elemental intrinsics with array arguments.
+ * iresolve.c (gfc_resolve_index_func): Keep optional KIND argument
+ for simplification of elemental use of INDEX.
+
2020-10-08 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2020-10-22 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-10-16 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/95979
+ * gfortran.dg/index_4.f90: New test.
+
+2020-10-22 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2020-10-22 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97328
+ * g++.dg/cpp2a/constexpr-init19.C: New test.
+ * g++.dg/cpp2a/constexpr-init20.C: New test.
+
+2020-10-22 Andreas Krebbel <krebbel@linux.ibm.com>
+
+ Backported from master:
+ 2020-10-22 Andreas Krebbel <krebbel@linux.ibm.com>
+
+ * gcc.dg/dfp/pr97439.c: New test.
+
+2020-10-22 Kito Cheng <kito.cheng@sifive.com>
+
+ Backported from master:
+ 2020-10-14 Kito Cheng <kito.cheng@sifive.com>
+
+ PR target/96759
+ * g++.target/riscv/pr96759.C: New.
+ * gcc.target/riscv/pr96759.c: New.
+
2020-10-21 liuhongt <hongtao.liu@intel.com>
PR target/97506