[Bug fortran/25087] Error for missing explicit interface needed.

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 28 11:35:00 GMT 2006



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-09-28 11:35 -------
There's a TODO about this in front-end resolve.c. It's a good point to start...

static void
resolve_formal_arglist (gfc_symbol * proc)
{
  gfc_formal_arglist *f;
  gfc_symbol *sym;
  int i;

  /* TODO: Procedures whose return character length parameter is not constant
     or assumed must also have explicit interfaces.  */


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
   Last reconfirmed|2005-11-29 12:06:22         |2006-09-28 11:35:17
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25087



More information about the Gcc-bugs mailing list