Commit 53e72ddf by Joseph Myers Committed by Joseph Myers

invoke.texi: Use @gol at ends of lines inside @gccoptlist.

	* invoke.texi: Use @gol at ends of lines inside @gccoptlist.
	* g77.texi: Update last update date.

From-SVN: r52885
parent 103d1bf1
2002-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
* invoke.texi: Use @gol at ends of lines inside @gccoptlist.
* g77.texi: Update last update date.
Thu Apr 25 07:44:44 2002 Neil Booth <neil@daikokuya.demon.co.uk> Thu Apr 25 07:44:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
* com.h (ffe_parse_file): Update. * com.h (ffe_parse_file): Update.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@c %**start of header @c %**start of header
@setfilename g77.info @setfilename g77.info
@set last-update 2002-04-20 @set last-update 2002-04-29
@set copyrights-g77 1995,1996,1997,1998,1999,2000,2001,2002 @set copyrights-g77 1995,1996,1997,1998,1999,2000,2001,2002
@include root.texi @include root.texi
......
...@@ -132,43 +132,43 @@ by type. Explanations are in the following sections. ...@@ -132,43 +132,43 @@ by type. Explanations are in the following sections.
@item Fortran Language Options @item Fortran Language Options
@xref{Fortran Dialect Options,,Options Controlling Fortran Dialect}. @xref{Fortran Dialect Options,,Options Controlling Fortran Dialect}.
@gccoptlist{ @gccoptlist{
-ffree-form -fno-fixed-form -ff90 -ffree-form -fno-fixed-form -ff90 @gol
-fvxt -fdollar-ok -fno-backslash -fvxt -fdollar-ok -fno-backslash @gol
-fno-ugly-args -fno-ugly-assign -fno-ugly-assumed -fno-ugly-args -fno-ugly-assign -fno-ugly-assumed @gol
-fugly-comma -fugly-complex -fugly-init -fugly-logint -fugly-comma -fugly-complex -fugly-init -fugly-logint @gol
-fonetrip -ftypeless-boz -fonetrip -ftypeless-boz @gol
-fintrin-case-initcap -fintrin-case-upper -fintrin-case-initcap -fintrin-case-upper @gol
-fintrin-case-lower -fintrin-case-any -fintrin-case-lower -fintrin-case-any @gol
-fmatch-case-initcap -fmatch-case-upper -fmatch-case-initcap -fmatch-case-upper @gol
-fmatch-case-lower -fmatch-case-any -fmatch-case-lower -fmatch-case-any @gol
-fsource-case-upper -fsource-case-lower -fsource-case-upper -fsource-case-lower @gol
-fsource-case-preserve -fsource-case-preserve @gol
-fsymbol-case-initcap -fsymbol-case-upper -fsymbol-case-initcap -fsymbol-case-upper @gol
-fsymbol-case-lower -fsymbol-case-any -fsymbol-case-lower -fsymbol-case-any @gol
-fcase-strict-upper -fcase-strict-lower -fcase-strict-upper -fcase-strict-lower @gol
-fcase-initcap -fcase-upper -fcase-lower -fcase-preserve -fcase-initcap -fcase-upper -fcase-lower -fcase-preserve @gol
-ff2c-intrinsics-delete -ff2c-intrinsics-hide -ff2c-intrinsics-delete -ff2c-intrinsics-hide @gol
-ff2c-intrinsics-disable -ff2c-intrinsics-enable -ff2c-intrinsics-disable -ff2c-intrinsics-enable @gol
-fbadu77-intrinsics-delete -fbadu77-intrinsics-hide -fbadu77-intrinsics-delete -fbadu77-intrinsics-hide @gol
-fbadu77-intrinsics-disable -fbadu77-intrinsics-enable -fbadu77-intrinsics-disable -fbadu77-intrinsics-enable @gol
-ff90-intrinsics-delete -ff90-intrinsics-hide -ff90-intrinsics-delete -ff90-intrinsics-hide @gol
-ff90-intrinsics-disable -ff90-intrinsics-enable -ff90-intrinsics-disable -ff90-intrinsics-enable @gol
-fgnu-intrinsics-delete -fgnu-intrinsics-hide -fgnu-intrinsics-delete -fgnu-intrinsics-hide @gol
-fgnu-intrinsics-disable -fgnu-intrinsics-enable -fgnu-intrinsics-disable -fgnu-intrinsics-enable @gol
-fmil-intrinsics-delete -fmil-intrinsics-hide -fmil-intrinsics-delete -fmil-intrinsics-hide @gol
-fmil-intrinsics-disable -fmil-intrinsics-enable -fmil-intrinsics-disable -fmil-intrinsics-enable @gol
-funix-intrinsics-delete -funix-intrinsics-hide -funix-intrinsics-delete -funix-intrinsics-hide @gol
-funix-intrinsics-disable -funix-intrinsics-enable -funix-intrinsics-disable -funix-intrinsics-enable @gol
-fvxt-intrinsics-delete -fvxt-intrinsics-hide -fvxt-intrinsics-delete -fvxt-intrinsics-hide @gol
-fvxt-intrinsics-disable -fvxt-intrinsics-enable -fvxt-intrinsics-disable -fvxt-intrinsics-enable @gol
-ffixed-line-length-@var{n} -ffixed-line-length-none} -ffixed-line-length-@var{n} -ffixed-line-length-none}
@item Warning Options @item Warning Options
@xref{Warning Options,,Options to Request or Suppress Warnings}. @xref{Warning Options,,Options to Request or Suppress Warnings}.
@gccoptlist{ @gccoptlist{
-fsyntax-only -pedantic -pedantic-errors -fpedantic -fsyntax-only -pedantic -pedantic-errors -fpedantic @gol
-w -Wno-globals -Wimplicit -Wunused -Wuninitialized -w -Wno-globals -Wimplicit -Wunused -Wuninitialized @gol
-Wall -Wsurprising -Wall -Wsurprising @gol
-Werror -W} -Werror -W}
@item Debugging Options @item Debugging Options
...@@ -179,14 +179,14 @@ by type. Explanations are in the following sections. ...@@ -179,14 +179,14 @@ by type. Explanations are in the following sections.
@item Optimization Options @item Optimization Options
@xref{Optimize Options,,Options that Control Optimization}. @xref{Optimize Options,,Options that Control Optimization}.
@gccoptlist{ @gccoptlist{
-malign-double -malign-double @gol
-ffloat-store -fforce-mem -fforce-addr -fno-inline -ffloat-store -fforce-mem -fforce-addr -fno-inline @gol
-ffast-math -fstrength-reduce -frerun-cse-after-loop -ffast-math -fstrength-reduce -frerun-cse-after-loop @gol
-funsafe-math-optimizations -fno-trapping-math -funsafe-math-optimizations -fno-trapping-math @gol
-fexpensive-optimizations -fdelayed-branch -fexpensive-optimizations -fdelayed-branch @gol
-fschedule-insns -fschedule-insn2 -fcaller-saves -fschedule-insns -fschedule-insn2 -fcaller-saves @gol
-funroll-loops -funroll-all-loops -funroll-loops -funroll-all-loops @gol
-fno-move-all-movables -fno-reduce-all-givs -fno-move-all-movables -fno-reduce-all-givs @gol
-fno-rerun-loop-opt} -fno-rerun-loop-opt}
@item Directory Options @item Directory Options
...@@ -197,15 +197,15 @@ by type. Explanations are in the following sections. ...@@ -197,15 +197,15 @@ by type. Explanations are in the following sections.
@item Code Generation Options @item Code Generation Options
@xref{Code Gen Options,,Options for Code Generation Conventions}. @xref{Code Gen Options,,Options for Code Generation Conventions}.
@gccoptlist{ @gccoptlist{
-fno-automatic -finit-local-zero -fno-f2c -fno-automatic -finit-local-zero -fno-f2c @gol
-ff2c-library -fno-underscoring -fno-ident -ff2c-library -fno-underscoring -fno-ident @gol
-fpcc-struct-return -freg-struct-return -fpcc-struct-return -freg-struct-return @gol
-fshort-double -fno-common -fpack-struct -fshort-double -fno-common -fpack-struct @gol
-fzeros -fno-second-underscore -fzeros -fno-second-underscore @gol
-femulate-complex -femulate-complex @gol
-falias-check -fargument-alias -falias-check -fargument-alias @gol
-fargument-noalias -fno-argument-noalias-global -fargument-noalias -fno-argument-noalias-global @gol
-fno-globals -fflatten-arrays -fno-globals -fflatten-arrays @gol
-fbounds-check -ffortran-bounds-check} -fbounds-check -ffortran-bounds-check}
@end table @end table
......
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