From 8578f64002c9817206b200f8b388bf295718b0ba Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 17 Feb 2012 12:15:08 +0100 Subject: gfortran.texi (Status): Fix typos. 2012-02-17 Tobias Burnus * gfortran.texi (Status): Fix typos. * invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with a majuscule. From-SVN: r184332 --- gcc/fortran/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fortran/invoke.texi') diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 410da2c..1f6de84 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -204,7 +204,7 @@ accepted by the compiler: @itemx -ffixed-form @opindex @code{ffree-form} @opindex @code{fno-fixed-form} -@cindex options, fortran dialect +@cindex options, Fortran dialect @cindex file format, free @cindex file format, fixed Specify the layout used by the source file. The free form layout @@ -1425,7 +1425,7 @@ 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, +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 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 -- cgit v1.1