From: Janne Blomqvist Date: Sun, 15 May 2011 10:23:53 +0000 (+0300) Subject: PR 48915 Clarify _gfortran_set_options documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=817f24d98ed7db2fc3f7265a68eeb3e28a85502e;p=gcc.git PR 48915 Clarify _gfortran_set_options documentation From-SVN: r173770 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a4a5509a97d..b4e2e2985ec 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2011-05-15 Janne Blomqvist + + PR libfortran/48915 + * gfortran.texi (_gfortran_set_options): Even though -fbacktrace + is now the default, the library defaults to backtracing disabled. + 2011-05-14 Tobias Burnus * lang.opt (fdump-core): Re-add as ignored option diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index d3b55bf4151..717f2736941 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -2611,7 +2611,7 @@ standard error. Default: @code{GFC_STD_F95_DEL | GFC_STD_LEGACY}. Default: off. @item @var{option}[3] @tab Unused. @item @var{option}[4] @tab If non zero, enable backtracing on run-time -errors. Default: enabled. +errors. Default: off. Note: Installs a signal handler and requires command-line initialization using @code{_gfortran_set_args}. @item @var{option}[5] @tab If non zero, supports signed zeros.