]> git.ipfire.org Git - thirdparty/gcc.git/commit
Cleanup -fdec.
authorFritz Reese <fritzoreese@gmail.com>
Tue, 25 Oct 2016 15:13:43 +0000 (15:13 +0000)
committerFritz Reese <foreese@gcc.gnu.org>
Tue, 25 Oct 2016 15:13:43 +0000 (15:13 +0000)
commitf6d17ecdaff0782c2114b18eb04c9be98ca1c7cf
treeee373133ab268f2af7fc6ac7c66e8ae15a7a5a8a
parent6ddefaa79f3014ce4e57a744e9e8c9222beaf18b
Cleanup -fdec.

gcc/fortran/
* invoke.texi, gfortran.texi: Touch up documentation of -fdec.
* gfortran.h (gfc_option): Move flag_dec_structure out of gfc_option.
* decl.c (match_record_decl, gfc_match_decl_type_spec,
gfc_match_structure_decl): Ditto.
* match.c (gfc_match_member_sep): Ditto.
* options.c (gfc_handle_option): Ditto.
* lang.opt (fdec-structure): Use Fortran Var for flag_dec_structure.
* lang.opt (fdec): Use Fortran Var to create flag_dec.
* options.c (set_dec_flags): With -fdec enable -fcray-pointer,
-fd-lines-as-comments (default), -fdollar-ok, and legacy std flags.

From-SVN: r241516
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/gfortran.h
gcc/fortran/gfortran.texi
gcc/fortran/invoke.texi
gcc/fortran/lang.opt
gcc/fortran/match.c
gcc/fortran/options.c