This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53255] [OOP] With TYPE, wrong type-bound operator used: of parent instead of overridden one
- 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: Mon, 07 May 2012 13:33:08 +0000
- Subject: [Bug fortran/53255] [OOP] With TYPE, wrong type-bound operator used: of parent instead of overridden one
- Auto-submitted: auto-generated
- References: <bug-53255-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53255
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-07 13:33:08 UTC ---
FIXED on the trunk (4.8) and on the 4.7 branch.
4.5 and 4.6 are also affected, but already for 4.6 the code is too different
for a simple back porting. As the OOP support in 4.7/4.8 is much better,
4.5/4.6 shouldn't be used for polymorphism application at all.