PR 48915 Clarify _gfortran_set_options documentation
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 15 May 2011 10:23:53 +0000 (13:23 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 15 May 2011 10:23:53 +0000 (13:23 +0300)
From-SVN: r173770

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index a4a5509a97da8ab79b632b54b0e75b5b499a0b79..b4e2e2985ec729fe5f6651ce7554160340c64215 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-15  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       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  <burnus@net-b.de>
 
        * lang.opt (fdump-core): Re-add as ignored option
index d3b55bf415134412c808ebaa39a46dfc1c6c0649..717f2736941e9da1d9a06bcfd022c8e1a99d7e4c 100644 (file)
@@ -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.