https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276
--- Comment #16 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Feb 12 18:04:33 2018 New Revision: 257593 URL: https://gcc.gnu.org/viewcvs?rev=257593&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-7-branch/gcc/testsuite/gfortran.dg/statement_function_1.f90 branches/gcc-7-branch/gcc/testsuite/gfortran.dg/statement_function_2.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/interface.c branches/gcc-7-branch/gcc/testsuite/ChangeLog