This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36378] New: Support Fortran files with \r line breaks
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 May 2008 18:37:35 -0000
- Subject: [Bug fortran/36378] New: Support Fortran files with \r line breaks
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
A college of mine recently struggled compiling some Fortran files and it turned
out that they used (old) Mac line breaks, i.e. \r instead of Unix \n or Windows
\r\n.
(I have not checked how difficult it is to support this.)
Analogously, one could think of supporting \r line breaks in libgfortran, but I
think this will open Pandora's box. (Maybe the same is also true for the Front
end.)
--
Summary: Support Fortran files with \r line breaks
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: burnus at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36378