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

From-SVN: r114188
This commit is contained in:
Francois-Xavier Coudert 2006-05-29 08:44:54 +02:00 committed by François-Xavier Coudert
parent 4cb19a9f54
commit 5139e1e976
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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