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>
* options.c, primary.c, resolve.c, trans-common.c: Fix typos
......
......@@ -152,7 +152,7 @@ by type. Explanations are in the following sections.
@gccoptlist{
-fno-automatic -ff2c -fno-underscoring -fsecond-underscore @gol
-fbounds-check -fmax-stack-var-size=@var{n} @gol
-fpackderived -frepack-arrays -fshort-enums}
-fpack-derived -frepack-arrays -fshort-enums}
@end table
@menu
......@@ -823,8 +823,8 @@ Future versions of @command{gfortran} may improve this behavior.
The default value for @var{n} is 32768.
@cindex -fpackderived
@item -fpackderived
@cindex -fpack-derived
@item -fpack-derived
@cindex Structure packing
This option tells gfortran to pack derived type members as closely as
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