This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36325] specific or generic INTERFACE implies the EXTERNAL attribute
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2008 19:58:37 -0000
- Subject: [Bug fortran/36325] specific or generic INTERFACE implies the EXTERNAL attribute
- References: <bug-36325-14773@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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