]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/invoke.texi
re PR fortran/20592 (-fno-automatic (g77 option) is missing from gfortran.)
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Wed, 31 Aug 2005 12:31:30 +0000 (14:31 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 31 Aug 2005 12:31:30 +0000 (12:31 +0000)
commitee5426a488f8b28099c6f462aef34b157182d2ac
treefb8c8283c9af4e152ecf97cb2798af7f3abc4e79
parentc52501398534057dfdd1bf212d43f351f62b69ab
re PR fortran/20592 (-fno-automatic (g77 option) is missing from gfortran.)

PR fortran/20592
* gfortran.h (gfc_option_t): Add flag_automatic.
* invoke.texi: Document the -fno-automatic option.
* lang.opt: Add a -fautomatic option.
* options.c (gfc_init_options): Default for -fautomatic is on.
(gfc_handle_option): Add handling of -fautomatic option.
* resolve.c (gfc_resolve): When -fno-automatic is used, mark
needed variables as SAVE.

From-SVN: r103671
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/invoke.texi
gcc/fortran/lang.opt
gcc/fortran/options.c
gcc/fortran/resolve.c
This page took 0.063328 seconds and 5 git commands to generate.