]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 91fd06443a05b638b2aaae40c917c48e1804391e..e1ce52db7e096b378bd028fc2831eddf92e0dc44 100644 (file)
@@ -1 +1 @@
-20220410
+20220411
index 03283282c27d1fc5b595bededced8fdb6f18ef7d..39840327d311272701cda5856501ba248b0133c4 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 ef6827bfa0022b7637867bad10b66f75de17208c..52aa549564779e9ea0b67bb816e780c06a7b915d 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