+2020-12-28 Uroš Bizjak <ubizjak@gmail.com>
+
+ PR target/96793
+ * config/i386/i386-expand.c (ix86_expand_rint):
+ Remove the sign of the intermediate value for flag_rounding_math.
+
+2020-12-28 Piotr Kubaj <pkubaj@FreeBSD.org>
+
+ Backported from master:
+ 2020-12-16 Piotr Kubaj <pkubaj@FreeBSD.org>
+
+ * config.gcc (powerpc*le-*-freebsd*): Add.
+ * configure.ac (powerpc*le-*-freebsd*): Ditto.
+ * configure: Regenerate.
+ * config/rs6000/freebsd64.h (ASM_SPEC_COMMON): Use ENDIAN_SELECT.
+ (DEFAULT_ASM_ENDIAN): Add little endian support.
+ (LINK_OS_FREEBSD_SPEC64): Ditto.
+
2020-12-24 Roman Zhuykov <zhroma@ispras.ru>
Backported from master:
+2020-12-28 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2020-08-20 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96100
+ PR fortran/96101
+ * trans-array.c (get_array_charlen): Tidy up the evaluation of
+ the string length for array constructors. Avoid trailing array
+ references. Ensure string lengths of deferred length components
+ are set. For parentheses operator apply string length to both
+ the primary expression and the enclosed expression.
+
+2020-12-28 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2020-08-02 Paul Thomas <pault@gcc.gnu.org>
+
+ PR target/96320
+ * interface.c (gfc_check_dummy_characteristics): If a module
+ procedure arrives with assumed shape in the interface and
+ deferred shape in the procedure itself, update the latter and
+ copy the lower bounds.
+
2020-12-27 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2020-12-28 Uroš Bizjak <ubizjak@gmail.com>
+
+ PR target/96793
+ * gcc.target/i386/pr96793-2.c: New test.
+
+2020-12-28 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2020-08-20 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96100
+ PR fortran/96101
+ * gfortran.dg/char_length_23.f90: New test.
+
+2020-12-28 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2020-08-02 Paul Thomas <pault@gcc.gnu.org>
+
+ PR target/96320
+ * gfortran.dg/module_procedure_4.f90 : New test.
+
2020-12-27 Harald Anlauf <anlauf@gmx.de>
Backported from master: