diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-30 11:21:30 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-30 11:21:30 -0600 |
commit | f793a95e2e771fa6f849fab0a717a61df35857ed (patch) | |
tree | 7bbc01099115da0b79787f91b1cb26547d743b87 | |
parent | 313bc2c26243981f360b597addba91e7bf8dfcbb (diff) | |
download | gcc-f793a95e2e771fa6f849fab0a717a61df35857ed.zip gcc-f793a95e2e771fa6f849fab0a717a61df35857ed.tar.gz gcc-f793a95e2e771fa6f849fab0a717a61df35857ed.tar.bz2 |
Move -Wfloat-equal into the correct location.
From-SVN: r29732
-rw-r--r-- | gcc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 6ce9c89..86bfcee 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1389,9 +1389,6 @@ Warn when a declaration does not specify a type. Give a warning (or error) whenever a function is used before being declared. -@item -Wfloat-equal -Warn if floating point values are used in equality comparisons. - @item -Wimplicit Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@* @samp{declaration}. @@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @}; @end smallexample @end itemize +@item -Wfloat-equal +Warn if floating point values are used in equality comparisons. + @item -Wtraditional Warn about certain constructs that behave differently in traditional and ANSI C. |