[Bug fortran/41951] [OOP] Not diagnosing ambiguous operators (TB vs. INTERFACE)
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 27 18:18:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41951
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #15 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-27 18:18:07 UTC ---
(In reply to comment #14)
> Comment 12 is fixed with r189022, but comment 11 is still accepted without
> error.
Note that previous commit also excluded PRIVATE type-bound operators, cf.
http://gcc.gnu.org/ml/fortran/2012-06/msg00149.html.
Whatever a private type-bound operators/assignments are, given that they
automatically become available when use-associating the type. (As they have to
have a pass argument, they won't interfere with other operator declarations.)
More information about the Gcc-bugs
mailing list