aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-05-13 13:30:21 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-05-13 13:30:21 +0100
commitf8f456c68aea1927308c9ee9b47246e62dc945c2 (patch)
treeb1ccc69db82de06c71eee2d7b06b41965e53a9c8 /gcc
parentd81d0bdd6a9ad1fc9b7d8a1ba7d980d70805e633 (diff)
downloadgcc-f8f456c68aea1927308c9ee9b47246e62dc945c2.zip
gcc-f8f456c68aea1927308c9ee9b47246e62dc945c2.tar.gz
gcc-f8f456c68aea1927308c9ee9b47246e62dc945c2.tar.bz2
gfortran.texi: Use @table @emph instead of @itemize @emph.
* gfortran.texi: Use @table @emph instead of @itemize @emph. Remove "set DEVELOPMENT". (Compiling GFORTRAN): Remove. From-SVN: r81780
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog6
-rw-r--r--gcc/fortran/gfortran.texi35
2 files changed, 9 insertions, 32 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 4e92763..180bc22 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * gfortran.texi: Use @table @emph instead of @itemize @emph.
+ Remove "set DEVELOPMENT".
+ (Compiling GFORTRAN): Remove.
+
2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* array.c (match_subscript, match_array_ref): Add comments
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 9b6477e..d23ecc0 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1,17 +1,12 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename gfortran.info
-@set last-update March 10, 2004
+@set last-update 13 May 2004
@set copyrights-gfortran 1999-2004
@set version-gfortran 0.235
@include gcc-common.texi
-@c This indicates that this documentation is still under development.
-@c For example, if this option is set, overfull boxes are marked with
-@c an ugly black square.
-set DEVELOPMENT
-
@settitle The GNU Fortran 95 Compiler
@c Create a separate index for command line options
@@ -398,7 +393,6 @@ unlikley that OS distributor will provide it.
@menu
* Precompiled Binaries::
* General notes about compiling GFORTRAN::
-* Compiling GFORTRAN::
* Testing::
@end menu
@@ -426,29 +420,6 @@ need to configure GCC with @option{--with-gmp} or @option{--with-gmp-dir}.
Note: GMP is only required for the compiler itself. Compiled fortran programs
do not depend on the GMP library.
-@node Compiling GFORTRAN
-@section Compiling GFORTRAN
-@cindex Make-lang.in
-
-To build gfortran, you first need to get a copy of the GCC source tree.
-gfortran uses the new @dfn{GENERIC} intermediate representation
-to communicate with the back end.
-This new IR has not been merged yet with the GCC mainline,
-so you'll need to get a snapshot of the
-@emph{tree-ssa-20020619-branch} from the GCC CVS repository.
-This branch also contains the latest version
-You can check out this branch from the GNU Subversions server:
-
-@example
-$ export CVS_RSH=ssh
-$ cvs -z9 -d :ext:anoncvs@@subversions.gnu.org:/cvsroot/gcc co -r tree-ssa-20020619-branch gcc
-@end example
-
-You can now build GCC following the instructions on the
-@uref{htpp://gcc.gnu.org/,GCC homepage},
-(configure with @option{--enable-languages=f95}).
-
-
@node Testing
@section Testing
@cindex Test suite
@@ -502,7 +473,7 @@ edges.
@node Compiler Status
@section Compiler Status
-@itemize @emph
+@table @emph
@item Front end
This is the part of gfortran which parses a source file, verifies that it
is valid Fortran 95, performs compile time replacement of constants
@@ -518,7 +489,7 @@ These are the parts of gfortran that take the parse tree generated by the
front end and translate it to the GENERIC form required by the GCC back
end. Work is ongoing in these parts of gfortran, but a large part has
already been completed.
-@end itemize
+@end table
@node Library Status
@section Library Status