diff options
author | Steven G. Kargl <kargls@comcast.net> | 2006-05-03 21:24:11 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2006-05-03 21:24:11 +0000 |
commit | a23eec13d926c33de97b5b93e866a7524a8bcd1f (patch) | |
tree | 76d5f89de0f22f26d69e8f1e2ee408c4e2363a77 /gcc/fortran/invoke.texi | |
parent | afd83fe4394ec1ad673e4930573eac6e64a11a01 (diff) | |
download | gcc-a23eec13d926c33de97b5b93e866a7524a8bcd1f.zip gcc-a23eec13d926c33de97b5b93e866a7524a8bcd1f.tar.gz gcc-a23eec13d926c33de97b5b93e866a7524a8bcd1f.tar.bz2 |
re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed)
2006-03-30 Steven G. Kargl <kargls@comcast.net>
PR fortran/26896
* lang.opt: Fix -Wtab description
PR fortran/20248
* lang.opt: New flag -fall-intrinsics.
* invoke.texi: Document option.
* gfortran.h (options_t): New member flag_all_intrinsics.
* options.c (gfc_init_options, gfc_handle_option): Set new option.
sort nearby misplaced options.
* intrinsic.c (add_sym, make_generic, make_alias): Use it.
2006-03-30 Steven G. Kargl <kargls@comcast.net>
* gfortran.dg/iargc.f90: New test.
From-SVN: r113502
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index e95b32b..867e18a 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -116,7 +116,7 @@ by type. Explanations are in the following sections. @item Fortran Language Options @xref{Fortran Dialect Options,,Options Controlling Fortran Dialect}. @gccoptlist{ --ffree-form -fno-fixed-form @gol +-fall-intrinsics -ffree-form -fno-fixed-form @gol -fdollar-ok -fimplicit-none -fmax-identifier-length @gol -std=@var{std} -fd-lines-as-code -fd-lines-as-comments @gol -ffixed-line-length-@var{n} -ffixed-line-length-none @gol @@ -191,6 +191,12 @@ Specify the layout used by the source file. The free form layout was introduced in Fortran 90. Fixed form was traditionally used in older Fortran programs. +@cindex -fall-intrinsics +@item -fall-intrinsics +Accept all of the intrinsic procedures provided in libgfortran +without regard to the setting of @option{-std}. In particular, +this option can be quite useful with @option{-std=f95}. + @cindex option, -fd-lines-as-code @cindex -fd-lines-as-code, option @cindex option, -fd-lines-as-comments |