OSDN Git Service

* invoke.texi: Change -fpackderived into -fpack-derived.
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 May 2006 06:44:54 +0000 (06:44 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 May 2006 06:44:54 +0000 (06:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114188 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index efcf739..6d3e17a 100644 (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
index 4b96531..aa646c4 100644 (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