]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 29 Dec 2020 00:17:14 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 29 Dec 2020 00:17:14 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index a3f92cf95940d2768e4fac205336404ed6e5cf87..b1fadab0678555f474f462e4d9e0a099cd55ea33 100644 (file)
@@ -1,3 +1,21 @@
+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:
index 1ace328d28163160ee3ad031c37175cae37d867d..31a41fb144b22961e500f0b685ac1edc1f241fdc 100644 (file)
@@ -1 +1 @@
-20201228
+20201229
index ba37ecf0eda7396a0f6ea7e2757ade649897b7e7..58e018645b68c3b991e53746f21896b98b3737d2 100644 (file)
@@ -1,3 +1,27 @@
+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:
index e0d44ea2054d4cc16c7403572135c3730177d700..4f51bf3ac6ca00641e7316411005aebf9c56daf2 100644 (file)
@@ -1,3 +1,25 @@
+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: