[Bug fortran/58998] [4.8/4.9 Regression] Generic interface problem with gfortran

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 8 23:13:00 GMT 2013


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

janus at gcc dot gnu.org changed:

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

--- Comment #1 from janus at gcc dot gnu.org ---
Reduced test case:


module args_mod

  interface iargc
    module procedure iargc_8
  end interface

contains

  integer(8) function iargc_8()
    integer(4) iargc
    iargc_8=iargc()
  end function

end module


(The getarg parts are not relevant for the bug.)



More information about the Gcc-bugs mailing list