Daily bump.

This commit is contained in:
GCC Administrator 2020-10-05 00:16:18 +00:00
parent 35d2c6b6e8
commit 4347d36f93
3 changed files with 14 additions and 1 deletions

View file

@ -1 +1 @@
20201004
20201005

View 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

View 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.