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: __convert_i4_i8 written to a module?



On Feb 8, 2006, at 7:14 PM, Steve Kargl wrote:


I have been contacted about compiling MUMPS.
http://graal.ens-lyon.fr/MUMPS/MUMPS_4.6.tar.gz

For some reason, gfortran 4.1.0 writes out __convert_i4_i8
as a function within a module.  The question is why?

gfc -O2 -Wfatal-errors -I../libseq -Dpord -I. -I../include -c dmumps_ooc.F
gfc -O2 -Wfatal-errors -I../libseq -Dpord -I. -I../include -c dmumps_part1.F
gfc -O2 -Wfatal-errors -I../libseq -Dpord -I. -I../include -c dmumps_part2.F
In file dmumps_part2.F:962


END SUBROUTINE DMUMPS_80
1
Error: Name '__convert_i4_i8' at (1) is an ambiguous reference to '__convert_i4_i8' from module 'dmumps_ooc'

Hmm, this looks related to something that Eric E. fixed, PR 25716.


-- Pinski


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