[Bug fortran/36325] specific or generic INTERFACE implies the EXTERNAL attribute

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun May 25 19:59:00 GMT 2008



------- Comment #7 from burnus at gcc dot gnu dot org  2008-05-25 19:58 -------
> Patch is attached.

You need also to reject the following, which violates R504.

interface
  real function bar()
  end function bar
end interface
dimension :: bar(4)
end


-- 


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



More information about the Gcc-bugs mailing list