This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48858] Incorrect error for same binding label on two generic interface specifics
- 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: Sun, 24 Jul 2011 19:57:12 +0000
- Subject: [Bug fortran/48858] Incorrect error for same binding label on two generic interface specifics
- Auto-submitted: auto-generated
- References: <bug-48858-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48858
--- Comment #8 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-07-24 19:56:56 UTC ---
(In reply to comment #7)
> Tobias, did comment #4/#5 implement #35161?
No. The original issue of this PR and of PR 35161 is unfixed. (I think they are
duplicates.)
The only change (commit of comment #4) is: If one wants to pass NULL to denote
an absent argument, one can now use OPTIONAL with BIND(C), which is allowed
with TS 29113. Thus, there exists now a better solution for the main usage,
where the issue occurs. But it does not solve all issues.