This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/48786] [OOP] Generic ambiguity check too strict for polymorphic dummies


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48786

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #9 from janus at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #8)
> AFAICT the main issue has been fixed almost two years ago:
> (1) The errors of the kind
> 
> Error: 'add_vector_3d' and 'add_vector_2d' for GENERIC '+' at (1) are
> ambiguous
> 
> are valid.

After this interpretation has been established here, it is a bit unfortunate to
see that current trunk (4.9.0 20130820, r201883) does not show the error any
more (in contrast to 4.8 and 4.7). If we still believe that the error is
correct, then this is a regression (would be interesting to know which revision
caused it).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]