Commit 7e8b9a1d by Richard Stallman

*** empty log message ***

From-SVN: r1003
parent 6dbf678a
......@@ -1310,7 +1310,7 @@ yylex ()
/* ERANGE is also reported for underflow,
so test the value to distinguish overflow from that. */
if (*p1 != 0 && (value > 1.0 || value < -1.0))
warning ("floating point number exceeds range of `double'");
pedwarn ("floating point number exceeds range of `double'");
}
#endif
......
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