mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:11:15 +08:00
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
This commit is contained in:
parent
d81d0bdd6a
commit
f8f456c68a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user