This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran,commited] fix doc typo


I just commited the following patch to correct the documentation, which mentionned the -fpackderived option instead of -fpack-derived.

FX


Index: ChangeLog =================================================================== --- ChangeLog (revision 114185) +++ ChangeLog (working copy) @@ -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: invoke.texi =================================================================== --- invoke.texi (revision 113849) +++ invoke.texi (working copy) @@ -152,7 +152,7 @@ @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 @@ 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]