Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Sep 2021 00:16:16 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Sep 2021 00:16:16 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 4e0b002..e8bef28 100644 (file)
@@ -1,3 +1,8 @@
+2021-09-26  liuhongt  <hongtao.liu@intel.com>
+
+       * doc/extend.texi (Half-Precision): Remove storage only
+       description for _Float16 w/o avx512fp16.
+
 2021-09-25  Dimitar Dimitrov  <dimitar@dinux.eu>
 
        * config/pru/constraints.md (Rrio): New constraint.
index c2d5f99..af3eb99 100644 (file)
@@ -1 +1 @@
-20210926
+20210927
index 6f8b469..cd13bc5 100644 (file)
@@ -1,3 +1,9 @@
+2021-09-26  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/101334
+       * trans-intrinsic.c (gfc_conv_associated): Support assumed-rank
+       'pointer' with scalar/array 'target' argument.
+
 2021-09-24  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/102458
index 5745aa2..8adc398 100644 (file)
@@ -1,3 +1,8 @@
+2021-09-26  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/101334
+       * gfortran.dg/associated_assumed_rank.f90: New test.
+
 2021-09-25  Dimitar Dimitrov  <dimitar@dinux.eu>
 
        * gcc.target/pru/regio-as-pointer.c: New negative test.
index 989fb3a..4af8e7e 100644 (file)
@@ -1,3 +1,8 @@
+2021-09-26  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/101334
+       * intrinsics/associated.c (associated): Also check for same rank.
+
 2021-09-22  Tobias Burnus  <tobias@codesourcery.com>
 
        PR fortran/55534