From 7e8b9a1d77ebbded433d9e43d81f689319ad05c7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 17 May 1992 20:20:47 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1003 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2