Commit 27c33b8f by Thomas Koenig

invoke.texi: Actually commit change about -Ofast.

2017-08-11  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* invoke.texi:  Actually commit change about -Ofast.

From-SVN: r251055
parent c4fa8984
2017-08-11 Thomas Koenig <tkoenig@gcc.gnu.org>
* invoke.texi: Actually commit change about -Ofast.
2017-08-11 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/60355
* resolve.c (resolve_symbol): Adjust (and reformat)
comment. Perform check if a BIND(C) is declared
......
......@@ -1570,12 +1570,12 @@ The default value for @var{n} is 32768.
@item -fstack-arrays
@opindex @code{fstack-arrays}
Adding this option will make the Fortran compiler put all local arrays,
even those of unknown size onto stack memory. If your program uses very
Adding this option will make the Fortran compiler put all arrays of
unknown size and array temporaries onto stack memory. If your program uses very
large local arrays it is possible that you will have to extend your runtime
limits for stack memory on some operating systems. This flag is enabled
by default at optimization level @option{-Ofast}.
by default at optimization level @option{-Ofast} unless
@option{-fmax-stack-var-size} is specified.
@item -fpack-derived
@opindex @code{fpack-derived}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment