]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 20 Oct 2021 00:18:20 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 20 Oct 2021 00:18:20 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 24ba235acac914e36a96c35e65b4ca832af736ce..17461b159738cb135245ebf8a388e2acd89d5a0f 100644 (file)
@@ -1 +1 @@
-20211019
+20211020
index fe0287369ad9c4af95ed7371cc0f5ccbfbd15dea..71a1fbd3f62162163c9551e4475682c099005f43 100644 (file)
@@ -1,3 +1,13 @@
+2021-10-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-10-18  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/102745
+       * intrinsic.c (gfc_convert_type_warn): Fix checks by checking CLASS
+       and do typcheck in correct order for type extension.
+       * misc.c (gfc_typename): Print proper not internal CLASS type name.
+
 2021-10-17  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 37ea7e5a3d53cf9a1ea7d9792d2b5837f24e4d81..f547513fcdbd8fdcd8d3922b48974bec17d50e14 100644 (file)
@@ -1,3 +1,11 @@
+2021-10-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-10-18  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/102745
+       * gfortran.dg/class_72.f90: New.
+
 2021-10-18  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/102761
index 5895681d9c98982f0951b33a835ac445085d9876..bfc7f6c3d912ce8e61d191d0cf85bd44271f9c9e 100644 (file)
@@ -1,3 +1,13 @@
+2021-10-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-10-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/Makefile.am (stamp-html-doxygen, stamp-html-doxygen)
+       (stamp-latex-doxygen, stamp-man-doxygen): Fix recipes for
+       relative ${top_srcdir}.
+       * doc/Makefile.in: Regenerate.
+
 2021-10-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: