This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rfc: multiple decls for functions


Could you elaborate a bit on the "file-scope resolution"? Seems I missed your
point there?!

It's just that unless I'm mistaken, creating decls is the translation stage of compilation. Resolution comes before that. So when I said "file-scope resolution", what I meant is identifying occurences of a single functions in the same file wherever they are, before even creating any decl at all. This is also required for file-scope diagnostics.


FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]