Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Apr 2022 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Apr 2022 00:16:26 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 91fd064..e1ce52d 100644 (file)
@@ -1 +1 @@
-20220410
+20220411
index 0328328..3984032 100644 (file)
@@ -1,3 +1,11 @@
+2022-04-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105184
+       * array.cc (match_subscript): Reject assumed size coarray
+       specification with missing lower bound.
+       * resolve.cc (resolve_allocate_expr): Fix logic for checking
+       allocate-coshape-spec in ALLOCATE statement.
+
 2022-04-05  Sandra Loosemore  <sandra@codesourcery.com>
 
        * trans-openmp.cc (gfc_split_omp_clauses): Fix mask for
index ef6827b..52aa549 100644 (file)
@@ -1,3 +1,10 @@
+2022-04-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105184
+       * gfortran.dg/coarray_44.f90: Adjust expected output.
+       * gfortran.dg/coarray_allocate_11.f90: Likewise.
+       * gfortran.dg/coarray_allocate_12.f90: New test.
+
 2022-04-09  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/103892