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/39290] Subroutine/function ambiguity in generics


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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael at gcc dot gnu.org

--- Comment #2 from Mikael Morin <mikael at gcc dot gnu.org> 2012-08-12 11:27:07 UTC ---
It is now rejected with:

comment_0.f90:9.21:

       end subroutine
                     1   
Error: Ambiguous interfaces 'qc' and 'qr' in generic interface 'q' at (1)

FIXED?


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