------- Comment #16 from burnus at gcc dot gnu dot org 2010-07-16 07:17 ------- (In reply to comment #15) > By now we have proper whole-file checking. Is this PR still relevant?
I think it is - though there should be some PR about it. The correct way is to construct the dummy argument list from the actual argument list. For procedures, where the explicit interface is known, this is not an issue, but those with implicit interface ("EXTERNAL") it is. Additionally, one can improve the diagnostic as conflicting use of such procedures can be diagnosed. Cf. PR 40976. I thought there was another PR, but I cannot find it at the moment. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Last reconfirmed|2007-08-20 14:47:58 |2010-07-16 07:17:03 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097