Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Oct 2020 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Oct 2020 00:16:18 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index db90199..9d81fe1 100644 (file)
@@ -1 +1 @@
-20201004
+20201005
index af9cc74..19ad11b 100644 (file)
@@ -1,3 +1,11 @@
+2020-10-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/97272
+       * trans-intrinsic.c (strip_kind_from_actual): Helper function for
+       removal of KIND argument.
+       (gfc_conv_intrinsic_minmaxloc): Ignore KIND argument here, as it
+       is treated elsewhere.
+
 2020-10-02  Jan Hubicka  <hubicka@ucw.cz>
 
        * trans-decl.c (gfc_build_library_function_decl_with_spec): Verify
index 93111bb..554563b 100644 (file)
@@ -1,3 +1,8 @@
+2020-10-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/97272
+       * gfortran.dg/pr97272.f90: New test.
+
 2020-10-03  Jan Hubicka  <jh@suse.cz>
 
        * gcc.dg/tree-ssa/modref-3.c: New test.