Commit 5139e1e9 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* invoke.texi: Change -fpackderived into -fpack-derived.

From-SVN: r114188
parent 4cb19a9f
2006-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* invoke.texi: Change -fpackderived into -fpack-derived.
2006-05-29 Kazu Hirata <kazu@codesourcery.com> 2006-05-29 Kazu Hirata <kazu@codesourcery.com>
* options.c, primary.c, resolve.c, trans-common.c: Fix typos * options.c, primary.c, resolve.c, trans-common.c: Fix typos
......
...@@ -152,7 +152,7 @@ by type. Explanations are in the following sections. ...@@ -152,7 +152,7 @@ by type. Explanations are in the following sections.
@gccoptlist{ @gccoptlist{
-fno-automatic -ff2c -fno-underscoring -fsecond-underscore @gol -fno-automatic -ff2c -fno-underscoring -fsecond-underscore @gol
-fbounds-check -fmax-stack-var-size=@var{n} @gol -fbounds-check -fmax-stack-var-size=@var{n} @gol
-fpackderived -frepack-arrays -fshort-enums} -fpack-derived -frepack-arrays -fshort-enums}
@end table @end table
@menu @menu
...@@ -823,8 +823,8 @@ Future versions of @command{gfortran} may improve this behavior. ...@@ -823,8 +823,8 @@ Future versions of @command{gfortran} may improve this behavior.
The default value for @var{n} is 32768. The default value for @var{n} is 32768.
@cindex -fpackderived @cindex -fpack-derived
@item -fpackderived @item -fpack-derived
@cindex Structure packing @cindex Structure packing
This option tells gfortran to pack derived type members as closely as This option tells gfortran to pack derived type members as closely as
possible. Code compiled with this option is likely to be incompatible possible. Code compiled with this option is likely to be incompatible
......
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