]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/fortran/interface.c
re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)
[gcc.git] / gcc / fortran / interface.c
index 9e06128f7b8c70f78dd8226ddbdaafa4504e6382..04850b0406c847bb1b507b4172b98ae68a5e2560 100644 (file)
@@ -3657,6 +3657,7 @@ gfc_procedure_use (gfc_symbol *sym, gfc_actual_arglist **ap, locus *where)
        gfc_warning (OPT_Wimplicit_procedure,
                     "Procedure %qs called at %L is not explicitly declared",
                     sym->name, where);
+      gfc_find_proc_namespace (sym->ns)->implicit_interface_calls = 1;
     }
 
   if (sym->attr.if_source == IFSRC_UNKNOWN)
This page took 0.030868 seconds and 5 git commands to generate.