X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Ffortran%2FChangeLog;h=b4168316436bf7b06a0c42006ef313527a00cc2d;hb=2d8c9ad5c96e9a66b11deedb894822143202392e;hp=6a6fba08240939815895bc1dd5f5071096f47431;hpb=13157033d4fc1d109b1dc7c063bfa46638144df5;p=gcc.git diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6a6fba08240..b4168316436 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,35 @@ +2011-05-14 Tobias Burnus + + * 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 + + 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 + + * gfortran.texi: Remove GFORTRAN_USE_STDERR documentation. + +2011-05-13 Tobias Burnus + + PR fortran/48972 + * io.c (resolve_tag_format, resolve_tag): Make sure + that the string is of default kind. + (gfc_resolve_inquire): Also resolve decimal tag. + 2011-05-12 Tobias Burnus PR fortran/48972