re PR fortran/83548 (Compilation Error using logical function in parameter)
commit4e48b472ed4ee625e68bcf5080d050151d6e3ab4
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 28 Dec 2017 20:19:01 +0000 (28 20:19 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 28 Dec 2017 20:19:01 +0000 (28 20:19 +0000)
tree6fb75aacacf917291267381d138b2f350fa8683c
parent208413c7b4d3a2360ba4864f00ceaf720b4f67c7
re PR fortran/83548 (Compilation Error using logical function in parameter)

2017-12-28  Steven G. Kargl  <kargl@gcc.gnu.org>

PR Fortran/83548
* match.c (gfc_match_type_spec): Check for LOGICAL conflict in
type-spec versus LOGICAL intrinsic subprogram.

2017-12-28  Steven G. Kargl  <kargl@gcc.gnu.org>

PR Fortran/83548
* gfortran.dg/array_constructor_type_22.f03: New test.

From-SVN: r256022
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_type_22.f03 [new file with mode: 0644]