]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fortran/doc/gfc-internals/introduction.rst
cc13920f83c62dc21ee707898f0c3f83ab8ff446
[thirdparty/gcc.git] / gcc / fortran / doc / gfc-internals / introduction.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _introduction:
7
8 Introduction
9 ============
10
11 .. index:: Introduction
12
13 This manual documents the internals of :command:`gfortran`,
14 the GNU Fortran compiler.
15
16 .. only:: development
17
18 .. warning::
19 This document, and the compiler it describes, are still
20 under development. While efforts are made to keep it up-to-date, it might
21 not accurately reflect the status of the most recent GNU Fortran compiler.
22
23 ------------
24
25 .. The following duplicates the text on the TexInfo table of contents.
26
27 At present, this manual is very much a work in progress, containing
28 miscellaneous notes about the internals of the compiler. It is hoped
29 that at some point in the future it will become a reasonably complete
30 guide; in the interim, GNU Fortran developers are strongly encouraged to
31 contribute to it as a way of keeping notes while working on the
32 compiler.