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

index ab0c096551c572af303ffb85352d378a8fc4c0ce..15f928cb50e06639f808c4229e12cac45456a1c6 100644 (file)
@@ -1 +1 @@
-20221008
+20221009
index 73f35025701a48b1891aa274303d2e2383e1ed62..ce03cb26d759a3fa985e0b235d2ba4e3d3a5f2f7 100644 (file)
@@ -1,3 +1,17 @@
+2022-10-08  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100040
+       PR fortran/100029
+       * trans-expr.cc (gfc_conv_class_to_class): Add code to have
+       assumed-rank arrays recognized as full arrays and fix the type
+       of the array assignment.
+       (gfc_conv_procedure_call): Change order of code blocks such that
+       the free of ALLOCATABLE dummy arguments with INTENT(OUT) occurs
+       first.
+
 2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
        Backported from master:
index c0937145819f3505a43fa36aaf3433336216b8b1..8a09e5ccbde99339563e82a1b2fbe6740e4e8eb3 100644 (file)
@@ -1,3 +1,13 @@
+2022-10-08  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100029
+       PR fortran/100040
+       * gfortran.dg/PR100029.f90: New test.
+       * gfortran.dg/PR100040.f90: New test.
+
 2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
        Backported from master: