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

index 8b45390a1dd3fe34dd9c84fac8f11d87ac7b9f4c..11fabd49cf9611caa06846811cc59b5dfb63c807 100644 (file)
@@ -1 +1 @@
-20221218
+20221219
index 545420f2fba236a8e752bd71ec0fc796c84fb29e..afc41fbe6a8505a6a84d50c68c5755415328c0e2 100644 (file)
@@ -1,3 +1,12 @@
+2022-12-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2022-12-09  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/107872
+       * resolve.c (derived_inaccessible): Skip over allocatable components
+       to prevent an infinite loop.
+
 2022-11-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 3c034c8bf8916abf03c5935a05060b797a3e56d7..e3701cfde8e823b1a36cb49753ca682407bd6d75 100644 (file)
@@ -1,3 +1,11 @@
+2022-12-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2022-12-09  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/107872
+       * gfortran.dg/pr107872.f90: New test.
+
 2022-12-16  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: