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/34324] Module files on CRLF systems



------- Comment #2 from steven at gcc dot gnu dot org  2007-12-13 20:29 -------
Why does this need fixing?  If people edit .mod files manually, failure is what
they deserve.

Does the proposed patch even work with more complex modules (due to the
checksum)? 

>From module.c:
  fputs ("00000000000000000000000000000000 -- "
        "If you edit this, you'll get what you deserve.\n\n", module_fp);


-- 


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


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