From: Richard Stallman Date: Sun, 17 May 1992 20:20:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e8b9a1d77ebbded433d9e43d81f689319ad05c7;p=gcc.git *** empty log message *** From-SVN: r1003 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 725815774b3..a561f06e200 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -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