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

[Bug fortran/24398] gfortran tries to parse a comment in a module



------- Comment #5 from pinskia at gcc dot gnu dot org  2005-10-16 01:33 -------
Oh, I noticed what you did now.

You are not compiling the module but have it named numberlists.mod.

Change the filename of numberlists.mod to numberlists.f90.

And try: gfortran numberlists.f90 llnew.f90 -o llnew
That should work.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24398


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