public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31547]  New: Document when CPP is called and document the f95-cpp-input option
@ 2007-04-12 14:04 burnus at gcc dot gnu dot org
  2007-04-18  6:01 ` [Bug fortran/31547] " fxcoudert at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-04-12 14:04 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option
  2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
@ 2007-04-18  6:01 ` fxcoudert at gcc dot gnu dot org
  2007-09-06 18:53 ` burnus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-18  6:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-18 07:01:00
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option
  2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
  2007-04-18  6:01 ` [Bug fortran/31547] " fxcoudert at gcc dot gnu dot org
@ 2007-09-06 18:53 ` burnus at gcc dot gnu dot org
  2007-09-08 14:00 ` patchapp at dberlin dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-06 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from burnus at gcc dot gnu dot org  2007-09-06 18:52 -------
One should also crosslink to CPP http://gcc.gnu.org/onlinedocs/cpp/ or to
  http://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
which mentions also __GNUC__ (= gfortran version) and __GFORTRAN__.


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option
  2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
  2007-04-18  6:01 ` [Bug fortran/31547] " fxcoudert at gcc dot gnu dot org
  2007-09-06 18:53 ` burnus at gcc dot gnu dot org
@ 2007-09-08 14:00 ` patchapp at dberlin dot org
  2007-09-10 12:09 ` burnus at gcc dot gnu dot org
  2007-09-10 12:09 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: patchapp at dberlin dot org @ 2007-09-08 14:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from patchapp at dberlin dot org  2007-09-08 14:00 -------
Subject: Bug number PR31547

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00684.html


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option
  2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-09-08 14:00 ` patchapp at dberlin dot org
@ 2007-09-10 12:09 ` burnus at gcc dot gnu dot org
  2007-09-10 12:09 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-10 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2007-09-10 12:09 -------
Subject: Bug 31547

Author: burnus
Date: Mon Sep 10 12:09:17 2007
New Revision: 128331

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128331
Log:
2007-09-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/31547
        * gfortran.texi: Document when CPP is called.

        * intrinsic.texi (IOR): Fix typos.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortran.texi
    trunk/gcc/fortran/intrinsic.texi


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option
  2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-09-10 12:09 ` burnus at gcc dot gnu dot org
@ 2007-09-10 12:09 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-09-10 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2007-09-10 12:09 -------
Fixed.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-10 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12 14:04 [Bug fortran/31547] New: Document when CPP is called and document the f95-cpp-input option burnus at gcc dot gnu dot org
2007-04-18  6:01 ` [Bug fortran/31547] " fxcoudert at gcc dot gnu dot org
2007-09-06 18:53 ` burnus at gcc dot gnu dot org
2007-09-08 14:00 ` patchapp at dberlin dot org
2007-09-10 12:09 ` burnus at gcc dot gnu dot org
2007-09-10 12:09 ` burnus at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).