diff options
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index c4d09024586..ef9825cbd7e 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -134,8 +134,8 @@ and Warnings}. @item Debugging Options @xref{Debugging Options,,Options for Debugging Your Program or GCC}. -@gccoptlist{-fdump-parse-tree -ffpe-trap=@var{list} --fdump-core} +@gccoptlist{-fdump-parse-tree -ffpe-trap=@var{list} @gol +-fdump-core -fbacktrace} @item Directory Options @xref{Directory Options,,Options for Directory Search}. @@ -562,6 +562,15 @@ zero), @samp{overflow} (overflow in a floating point operation), @samp{precision} (loss of precision during operation) and @samp{denormal} (operation produced a denormal value). +@cindex -fbacktrace option +@cindex options, -fbacktrace +@item -fbacktrace +@cindex backtrace +@cindex trace +Specify that, when a runtime error is encountered, the Fortran runtime +library should output a backtrace of the error. This option +only has influence for compilation of the Fortran main program. + @cindex -fdump-core option @cindex options, -fdump-core @item -fdump-core |