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.)

Reply via email to