]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Jul 2022 00:17:14 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Jul 2022 00:17:14 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 758f2bf605e16f6e57fb49a242d43fccb025f486..d9297661e6839fed2ee0b0235500bec4dd8a5990 100644 (file)
@@ -1 +1 @@
-20220703
+20220704
index c863c8e98332a232f364a577eaf8ef778910ef05..8fbe8cbf08123ccfd26ce2832c8a393c46791467 100644 (file)
@@ -1,3 +1,27 @@
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/103137
+       PR fortran/103138
+       PR fortran/103693
+       PR fortran/105243
+       * decl.c (gfc_match_data_decl): Reject CLASS entity declaration
+       when it is given the PARAMETER attribute.
+
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-29  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/106121
+       * simplify.c (gfc_simplify_extends_type_of): Do not attempt to
+       simplify when one of the arguments is a CLASS variable that was
+       not properly declared.
+
 2022-07-01  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index c37b678571e845fe1a36758d52177b5e141e58e4..17eb57c7863eab8df5a848988ab7f1c3aa3857a2 100644 (file)
@@ -1,3 +1,25 @@
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/103137
+       PR fortran/103138
+       PR fortran/103693
+       PR fortran/105243
+       * gfortran.dg/class_58.f90: Fix test.
+       * gfortran.dg/class_73.f90: New test.
+
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-29  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/106121
+       * gfortran.dg/extends_type_of_4.f90: New test.
+
 2022-07-01  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: