aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/invoke.texi
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-03-13 02:38:00 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-03-13 02:38:00 +0000
commit201c789012c4db5b408e6a096921d72093281089 (patch)
tree9ad84850ffda577b8786da8afc49ea63b0bdf20e /gcc/f/invoke.texi
parenteab9e74247cff9652c73e009c8448c603564cc03 (diff)
downloadgcc-201c789012c4db5b408e6a096921d72093281089.zip
gcc-201c789012c4db5b408e6a096921d72093281089.tar.gz
gcc-201c789012c4db5b408e6a096921d72093281089.tar.bz2
g77.texi, [...]: GCC, not GNU CC.
* g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not GNU CC. Especially here. From-SVN: r64289
Diffstat (limited to 'gcc/f/invoke.texi')
-rw-r--r--gcc/f/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/invoke.texi b/gcc/f/invoke.texi
index 50c7ca4..3079d70 100644
--- a/gcc/f/invoke.texi
+++ b/gcc/f/invoke.texi
@@ -255,7 +255,7 @@ program is written is generally indicated by the suffix.
Suffixes specific to GNU Fortran are listed below.
@xref{Overall Options,,Options Controlling the Kind of
Output,gcc,Using the GNU Compiler Collection (GCC)}, for
-information on suffixes recognized by GNU CC.
+information on suffixes recognized by GCC.
@table @gcctabopt
@cindex .f filename suffix
@@ -286,7 +286,7 @@ You can force @samp{.f} files to be preprocessed by @command{cpp} by using
@item @var{file}.fpp
@item @var{file}.FPP
Fortran source code that must be preprocessed (by the C preprocessor
-@command{cpp}, which is part of GNU CC).
+@command{cpp}, which is part of GCC).
Note that preprocessing is not extended to the contents of
files included by the @code{INCLUDE} directive---the @code{#include}