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

index 2d4be576cbe0dc7a3dce42589e3b8bffd0b5c879..a3f92cf95940d2768e4fac205336404ed6e5cf87 100644 (file)
@@ -1,3 +1,17 @@
+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>
 
index 0ecfbe28be39abe381d345d0e3d709e003bb7573..57c4d8eb9ba6ef2223773f837f9c46e68be76974 100644 (file)
@@ -1 +1 @@
-20201224
+20201225
index 984cc16af25b56f96953172c2271ae6f3d8f442f..cccb4fd352f8f72c2a80d4908e2b15dc8cb370b0 100644 (file)
@@ -1,3 +1,13 @@
+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
index 32d093186b6b3b5bd4c47dbcfa71f6bf708fc3d2..17a5b2331782d1a2ff14c882db1e78f90fb1fa16 100644 (file)
@@ -1,3 +1,11 @@
+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: