Commit f33f79c0 by Richard Kenner

(overflow_warning): Fix typo in warning message.

From-SVN: r11268
parent 8ab0613c
......@@ -1357,7 +1357,7 @@ overflow_warning (value)
&& TREE_OVERFLOW (value))
{
TREE_OVERFLOW (value) = 0;
warning ("floating-pointer overflow in expression");
warning ("floating point overflow in expression");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment