This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/83548] [6/7/8 Regression] Compilation Error using logical function in parameter


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83548

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Dec 28 20:43:38 2017
New Revision: 256025

URL: https://gcc.gnu.org/viewcvs?rev=256025&root=gcc&view=rev
Log:
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.

Added:
   
branches/gcc-7-branch/gcc/testsuite/gfortran.dg/array_constructor_type_22.f03
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/match.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]