invoke.texi (-Ofast): Also enables -fstack-arrays.
[gcc.git] / gcc / fortran / ChangeLog
index 73a39d910355b4f77948a1ce7cd1340c94ccf2e4..b4168316436bf7b06a0c42006ef313527a00cc2d 100644 (file)
@@ -1,3 +1,28 @@
+2011-05-14  Tobias Burnus  <burnus@net-b.de>
+
+       * options.c (gfc_init_options, gfc_post_options): Enable
+       -fstack-arrays by default if -Ofast is used.
+       * invoke.texi (-fstack-arrays): Document this.
+
+2011-05-14  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR libfortran/48915
+       * gfortran.h (gfc_option_t): Remove flag_dump_core.
+       * gfortran.texi (GFORTRAN_ERROR_DUMPCORE): Remove section.
+       (GFORTRAN_ERROR_BACKTRACE): Document that it's enabled by default.
+       * intrinsic.texi (ABORT): Remove explanation of -fdump-core.
+       * invoke.texi: Remove -fdump-core, document that -fbacktrace is
+       enabled by default.
+       * lang.opt: Remove -fdump-core.
+       * options.c (gfc_init_options): Make backtrace default to enabled,
+       remove dump_core.
+       (gfc_handle_option): Remove OPT_fdump-core.
+       * trans-decl.c: Pass a 0 to preserve ABI.
+
+2011-05-14  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.texi: Remove GFORTRAN_USE_STDERR documentation.
+
 2011-05-13  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/48972