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

index c0c32de03710e5797065be905c0f22f0b229c3dc..38f463d03a1dc0517bc9e50506dfd8658a64c40b 100644 (file)
@@ -1 +1 @@
-20220924
+20220925
index 0ac0056381dee743a54d88206d5f50e23f5df016..c838e5d66ab0a730cefe98c4e2e079ca2ba23e33 100644 (file)
@@ -1,3 +1,12 @@
+2022-09-24  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-09-03  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100245
+       * trans-expr.c (trans_class_assignment): Add if clause to handle
+       derived type in the LHS.
+
 2022-09-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index b807b652674f3a5bf6a9feff5a4623cfce4d0996..a1328f0656dc54bea5ed1680dbec973620962af7 100644 (file)
@@ -1,3 +1,11 @@
+2022-09-24  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       Backported from master:
+       2022-09-03  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100245
+       * gfortran.dg/PR100245.f90: New test.
+
 2022-09-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: