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

index 964c55ac941139b90cbb12a54d4e13d28840d357..ace4919765e58c1cb5566560324beca102362c4a 100644 (file)
@@ -1 +1 @@
-20220720
+20220721
index eee1de49b5eea81c07f038a5852566dcf0ba3c8f..1466d622faf383f9b274c785d66329d1262649ba 100644 (file)
@@ -1,3 +1,12 @@
+2022-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101330
+       * openmp.cc (gfc_match_iterator): Remove left-over code from
+       development that could lead to a crash on invalid input.
+
 2022-07-16  Steve Kargl  <kargl@gcc.gnu.org>
 
        Backported from master:
index 4d3f8b29d3daa1623149ef2e57eca4abe238fe85..eae1ccacd7eea4b3cc0f6824020966f7e8289c8c 100644 (file)
@@ -1,3 +1,11 @@
+2022-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101330
+       * gfortran.dg/gomp/affinity-clause-7.f90: New test.
+
 2022-07-19  Marek Polacek  <polacek@redhat.com>
 
        PR c++/105634