]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Oct 2022 00:19:54 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Oct 2022 00:19:54 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 06511cc68c5391a55cd31432a875fd7ac94c40eb..1440bc55c69e33161a3b3a67a354107bb0f3978a 100644 (file)
@@ -1 +1 @@
-20221029
+20221030
index beccae107fc3e7e0d403ffdc70ac8d3e7b48953a..fd118323103363745157ae523f845dbd6af79548 100644 (file)
@@ -1,3 +1,16 @@
+2022-10-29  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-10-21  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100097
+       PR fortran/100098
+       * trans-array.cc (gfc_trans_class_array): New function to
+       initialize class descriptor's TKR information.
+       * trans-array.h (gfc_trans_class_array): Add function prototype.
+       * trans-decl.cc (gfc_trans_deferred_vars): Add calls to the new
+       function for both pointers and allocatables.
+
 2022-10-28  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 7b6bf8bf81c780acd01606b810a7fad669959ce6..600ec620dcb743f87ee95750c7aefaf872289112 100644 (file)
@@ -1,3 +1,13 @@
+2022-10-29  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-10-21  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100097
+       PR fortran/100098
+       * gfortran.dg/PR100097.f90: New test.
+       * gfortran.dg/PR100098.f90: New test.
+
 2022-10-28  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: