This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52542] Procedure with a Bind (C) named interface does not inherit the Bind (C)
- 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: Tue, 13 Mar 2012 15:38:04 +0000
- Subject: [Bug fortran/52542] Procedure with a Bind (C) named interface does not inherit the Bind (C)
- Auto-submitted: auto-generated
- References: <bug-52542-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52542
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-03-13 15:38:04 UTC ---
The bug has been fixed on the trunk (GCC 4.8). As it is no regression and as it
can be worked around using a "bind(C)" in the procedure line, I do not intent
to backport the bug fix.
Thanks for the bugreport!