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.
6 .. _translating-statements:
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.