]> git.ipfire.org Git - thirdparty/gcc.git/blob
69e24d245d3c56cb7cd113b8c0ae88de3e8635d5
[thirdparty/gcc.git] /
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 .. _translating-statements:
7
8 Translating statements
9 **********************
10
11 Translating statements to ``tree`` is done by functions called
12 ``gfc_trans_*``. These functions usually get passed a
13 ``gfc_code`` structure, evaluate any expressions and then
14 return a ``tree`` structure.