------- Comment #2 from tkoenig at gcc dot gnu dot org 2008-12-25 14:16 ------- Works with 4.3:
$ gfortran mangle.f90 /tmp/cckeR5NO.o: In function `MAIN__': mangle.f90:(.text+0x2f): undefined reference to `__m_MOD_g' collect2: ld returned 1 exit status $ gfortran-4.3 mangle.f90 $ -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu dot | |org Known to fail| |4.4.0 Known to work| |4.3.2 Summary|module function name mangled|[4.4 Regression] module |improperly if contained |function name mangled |function of same name exists|improperly if contained | |function of same name exists Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38594