diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-24 09:36:02 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-24 09:36:02 +0000 |
commit | 98a3cc5028d6124ff10c2fcb0ce5435835b2a985 (patch) | |
tree | 9214cc8eecd68f0d23ed5e0bba52630dbc4738e6 /gcc/doc | |
parent | 327d3c18307d4c5a94d90a4833804dc44c824ce7 (diff) | |
download | gcc-98a3cc5028d6124ff10c2fcb0ce5435835b2a985.tar.gz |
2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cef6facddfc..7d4926abf3c 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 |