[Bug fortran/64138] gfortran interface issue

2014-12-02 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 --- Comment #5 from david --- Hi, What is your fix? In the original code, c_sub_cr and c_sub_rc are distinct because the sequence of argument type are different. Other compilers have no problem to distinguish them. Please advise. Cheers,

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 --- Comment #3 from david --- (In reply to david from comment #0) > Hi, > >I have created a complex number module: > >module complex_number_module > implicit none > > integer, parameter :: loc_real_precision = 8 >

[Bug fortran/64138] gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64138 --- Comment #2 from david --- Created attachment 34158 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34158&action=edit a small code

[Bug fortran/64138] New: gfortran interface issue

2014-12-01 Thread wong.david-c at epa dot gov
Assignee: unassigned at gcc dot gnu.org Reporter: wong.david-c at epa dot gov Hi, I have created a complex number module: module complex_number_module implicit none integer, parameter :: loc_real_precision = 8 type complex_number real(kind