]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fortran/doc/gfortran/runtime/gfortranerrorbacktrace.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / fortran / doc / gfortran / runtime / gfortranerrorbacktrace.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 .. _gfortran_error_backtrace:
7
8 GFORTRAN_ERROR_BACKTRACE---Show backtrace on run-time errors
9 ************************************************************
10
11 If the :envvar:`GFORTRAN_ERROR_BACKTRACE` variable is set to :samp:`y`,
12 :samp:`Y` or :samp:`1` (only the first letter is relevant) then a
13 backtrace is printed when a serious run-time error occurs. To disable
14 the backtracing, set the variable to :samp:`n`, :samp:`N`, :samp:`0`.
15 Default is to print a backtrace unless the :option:`-fno-backtrace`
16 compile option was used.