From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9166 invoked by alias); 12 Apr 2007 14:04:13 -0000 Received: (qmail 9056 invoked by uid 48); 12 Apr 2007 14:04:00 -0000 Date: Thu, 12 Apr 2007 14:04:00 -0000 Subject: [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option 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: 2007-04/txt/msg00815.txt.bz2 Currently, nowhere is documented that gfortran calls for .F, .FPP, .F90, .F95 and .F2003 the C Preprocessor (in the traditional mode, cf. PR 18428). I don't know whether it fits better to gfortran.texi or invoke.texi. In addition, we don't document the option to call the preprocessor for files without capital letter (this is especially needed on operating systems where the file extension is case insensitive): -x f95-cpp-input -x f77-cpp-input and how to suppress the calling of the preprocessor, i.e. -x f77 -x f95 "f95" and "f95-cpp-input" are documented (or rather mentioned) in gcc(1). However, one should also add f77 and f77-cpp-input to the gcc manpage. (Cross ref: a "-cpp" option is proposed for gfortran in PR 18428) -- Summary: Document when CPP is called and document the f95-cpp- input option Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: documentation Severity: normal 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=31547