From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1077 invoked by alias); 5 Aug 2008 21:45:44 -0000 Received: (qmail 319 invoked by uid 48); 5 Aug 2008 21:44:24 -0000 Date: Tue, 05 Aug 2008 21:45:00 -0000 Message-ID: <20080805214424.318.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/37032] including "file.F90" - no CPP processing In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl 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-08/txt/msg00363.txt.bz2 ------- Comment #5 from kargl at gcc dot gnu dot org 2008-08-05 21:44 ------- (In reply to comment #4 > Does the Fortran standard mention preprocessing at all? No. Section 1.1 (the very 1st section) states 1.1 Scope ISO/IEC 1539 is a multipart International Standard; the parts are published separately. This publication, ISO/IEC 1539-1, which is the first part, specifies the form and establishes the interpretation of programs expressed in the base Fortran language. The purpose of this part of ISO/IEC 1539 is to promote portability, reliability, maintainability, and efficient execution of .... The third part, ISO/IEC 1539-3, defines a standard conditional compilation facility for Fortran. A processor conforming to part 1 need not conform to ISO/IEC 1539-2 or ISO/IEC 1539-3; however, conformance to either assumes conformance to this part. > Is a copy of the standard freely available? The Standard is not free. You, however, can find drafts of the various standards that are provided so people can provide feedback to J3. See the gfortran wiki for pointers to drafts. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37032