This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: bug in MODULE PROCEDURE's?


Hi Vivek!

I think I have found a bug in the treatment of MODULE
PROCEDURE's. The code below is legal according to
several Windows Fortran compilers, including g95, but
gfortran cannot infer the type of 'ff' in the line 'r
= ff(x,x)', although 'ff' should be mapped to 'ff_2'
in this call.

I think this is already reported as bug #18108 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18108). Hopefully it will be fixed soon.

Cheers,
  Martin


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