From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32380 invoked by alias); 29 May 2008 18:38:18 -0000 Received: (qmail 29041 invoked by uid 48); 29 May 2008 18:37:35 -0000 Date: Thu, 29 May 2008 18:38:00 -0000 Subject: [Bug fortran/36378] New: Support Fortran files with \r line breaks X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg02233.txt.bz2 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