Commit ef66cdfe by Richard Stallman

Don't know what changed.

From-SVN: r1261
parent 34a2d6f3
......@@ -1325,7 +1325,7 @@ yylex ()
{
f_seen = 1;
type = float_type_node;
value = REAL_VALUE_TRUNCATE (TYPE_MODE (type), value);
value = real_value_truncate (TYPE_MODE (type), value);
if (REAL_VALUE_ISINF (value) && pedantic)
pedwarn ("floating point number exceeds range of `float'");
}
......
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