* doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 18:30:09 +0000 (18:30 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2014 18:30:09 +0000 (18:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213136 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 8a8d1f9..db8643e 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 aaa5a68..7cebb9e 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