This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/45304] Functions/subroutines without arguments always treated like varargs
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Mar 2011 18:15:00 +0000
- Subject: [Bug fortran/45304] Functions/subroutines without arguments always treated like varargs
- Auto-submitted: auto-generated
- References: <bug-45304-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45304
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-25 18:14:58 UTC ---
Should be FIXED.
(Remains to be done: For call to external (other translation unit) procedures
without explicit interface, the interface for the decl should be deduced by the
usage. See e.g. PR 40976, PR 33097, PR 44471.)