[Bug fortran/34260] Give warning if procedure with implicit interface is called with different arguments

dfranke at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat May 1 20:35:00 GMT 2010



------- Comment #4 from dfranke at gcc dot gnu dot org  2010-05-01 20:34 -------
Whole-file checking does not catch this (yet). I'd think that it should be
possible to generate a warning here.

$> $ gfortran-svn -Wall -W -fwhole-file pr34260.f 
pr34260.f:1.22:

      SUBROUTINE SUB(A,I)                                               
                      1
Warning: Unused dummy argument 'a' at (1)

gcc version 4.6.0 20100501 (experimental) (GCC)


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
OtherBugsDependingO|                            |40011
              nThis|                            |


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



More information about the Gcc-bugs mailing list