]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Mar 2021 10:56:24 +0000 (10:56 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Mar 2021 10:56:24 +0000 (10:56 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c5d273bcb28f6c6009bccfaebf28037028127a73..b8bcb8f6e5e8a5ddcbd2e06ce0d8e57f25b5c052 100644 (file)
@@ -1,3 +1,21 @@
+2021-03-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-03-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/97927
+       * tree-nested.c (convert_local_reference_stmt): Avoid calling
+       lookup_field_for_decl for Fortran module (= namespace context).
+
+2021-03-15  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       Backported from master:
+       2021-02-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       PR rtl-optimization/98791
+       * ira-conflicts.c (process_regs_for_copy): Don't create allocno copies
+       for unordered modes.
+
 2021-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64.c (neoversen2_tunings): Set
index 192a55253dbc1a5a83eb19000023f396f99de075..25e272c67163718e2eb583f05747e4b390fa86c6 100644 (file)
@@ -1 +1 @@
-20210315
+20210316
index 3d9585116eceb1cb1253a8158aebab526ab04919..75bdc3cce344915d068fc2586017b7548d44fb73 100644 (file)
@@ -1,3 +1,8 @@
+2021-03-15  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * coroutines.cc (struct var_nest_node): Provide a default
+       CTOR.
+
 2021-03-06  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 090fec4ce2a9d9eada1ff97f1b71ee9ada893512..fa148727ef9f4eecd88fe03f8015450cf980d806 100644 (file)
@@ -1,3 +1,12 @@
+2021-03-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-03-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99545
+       * trans-stmt.c (gfc_trans_allocate): Mark the initialization
+       assignment by setting init_flag.
+
 2021-02-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 426f64d97de972f0504d078524ac5036fba3d624..73f539f54f2573e4cac6a3b953f854770a5ce40f 100644 (file)
@@ -1,3 +1,27 @@
+2021-03-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-03-08  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/97927
+       * gfortran.dg/module_variable_3.f90: New test.
+
+2021-03-15  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       Backported from master:
+       2021-02-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       PR rtl-optimization/98791
+       * gcc.target/aarch64/sve/pr98791.c: New test.
+
+2021-03-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-03-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99545
+       * gfortran.dg/pr99545.f90: New test.
+
 2021-03-11  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master: