[Bug fortran/48959] Dummy procedure: Argument mismatch not diagnosed

mikael at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 27 11:18:00 GMT 2013


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.



More information about the Gcc-bugs mailing list