Move -Wfloat-equal into the correct location.
authorJeff Law <law@gcc.gnu.org>
Thu, 30 Sep 1999 17:21:30 +0000 (11:21 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 30 Sep 1999 17:21:30 +0000 (11:21 -0600)
From-SVN: r29732

gcc/invoke.texi

index 6ce9c89..86bfcee 100644 (file)
@@ -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.