* doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.

From-SVN: r213136
This commit is contained in:
Marek Polacek 2014-07-28 18:30:09 +00:00 committed by Marek Polacek
parent 8ed499f8b3
commit 5c31cbf009
2 changed files with 7 additions and 3 deletions

View 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.

View 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