Message ID | 1330021291-17783-2-git-send-email-rep.dot.nop@gmail.com |
---|---|
State | New |
Headers | show |
On Thu, 23 Feb 2012, Bernhard Reutner-Fischer wrote: > gcc/ChangeLog > > 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> > > * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries. OK (actually, you should commit this as obvious). Now we have the arrangements for docstring relicensing it may make sense to get documentation for each individual option out of the .opt files, and generate these lists more automatically, but that's certainly not a priority.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7562273..6cb80cb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -356,8 +356,8 @@ Objective-C and Objective-C++ Dialects}. -fcompare-elim -fcprop-registers -fcrossjumping @gol -fcse-follow-jumps -fcse-skip-blocks -fcx-fortran-rules @gol -fcx-limited-range @gol --fdata-sections -fdce -fdce -fdelayed-branch @gol --fdelete-null-pointer-checks -fdse -fdevirtualize -fdse @gol +-fdata-sections -fdce -fdelayed-branch @gol +-fdelete-null-pointer-checks -fdevirtualize -fdse @gol -fearly-inlining -fipa-sra -fexpensive-optimizations -ffat-lto-objects @gol -ffast-math -ffinite-math-only -ffloat-store -fexcess-precision=@var{style} @gol -fforward-propagate -ffp-contract=@var{style} -ffunction-sections @gol
gcc/ChangeLog 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> --- gcc/doc/invoke.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)