]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.
authorMarek Polacek <polacek@redhat.com>
Mon, 28 Jul 2014 18:30:09 +0000 (18:30 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 28 Jul 2014 18:30:09 +0000 (18:30 +0000)
From-SVN: r213136

gcc/ChangeLog
gcc/doc/invoke.texi

index 8a8d1f9515624bc813b5b7af3ece10a199f85c00..db8643e7ac974f3c47ca22f3abd41039873998d5 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-28  Marek Polacek  <polacek@redhat.com>
+
+       * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
+
 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
 
        * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
index aaa5a688375af37b75065fdb161b3dc9c4f4f15c..7cebb9e4d7a8ee235ede27357c13c50ef4e30d11 100644 (file)
@@ -4927,11 +4927,11 @@ attribute.
 @opindex Woverflow
 Do not warn about compile-time overflow in constant expressions.
 
-@opindex Wodr
+@item -Wno-odr
 @opindex Wno-odr
 @opindex Wodr
-Warn about One Definition Rule violations during link time optimization.
-Require @option{-flto-odr-type-merging} to be enabled. Enabled by default
+Warn about One Definition Rule violations during link-time optimization.
+Requires @option{-flto-odr-type-merging} to be enabled.  Enabled by default.
 
 @item -Wopenmp-simd
 @opindex Wopenm-simd