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

--- Comment #17 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Feb 12 18:25:41 2018
New Revision: 257596

URL: https://gcc.gnu.org/viewcvs?rev=257596&root=gcc&view=rev
Log:
2018-02-12  Steven G. Kargl  <ka...@gcc.gnu.org>

        PR fortran/54223
        PR fortran/84276
        * interface.c (compare_actual_formal): Add in_statement_function
        bool parameter.  Skip check of INTENT attribute for statement
        functions.  Arguments to a statement function cannot be optional,
        issue error for missing argument.
        (gfc_procedure_use, gfc_ppc_use, gfc_arglist_matches_symbol): Use
        in_statement_function.

2018-02-12  Steven G. Kargl  <ka...@gcc.gnu.org>

        PR fortran/54223
        PR fortran/84276
        * gfortran.dg/statement_function_1.f90: New test.
        * gfortran.dg/statement_function_2.f90: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/statement_function_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/statement_function_2.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/interface.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

Reply via email to