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/48959] Dummy procedure: Argument mismatch not diagnosed


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mikael at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #1 from Mikael Morin <mikael at gcc dot gnu.org> ---
Both 4.8 and trunk(4.9) now output:

comment_0.f90:32.18:

call minim(param, mysub, result)
                  1
Error: Interface mismatch in dummy procedure 'subr' at (1): Shape mismatch in
argument 'p'


I think that's acceptable as a diagnostic.
Closing as FIXED.


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