*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 17 May 1992 20:20:47 +0000 (20:20 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 17 May 1992 20:20:47 +0000 (20:20 +0000)
From-SVN: r1003

gcc/c-lex.c

index 725815774b3eb9af897a1becd78c86e338306346..a561f06e20087028c0fbc8ff817d0f0b599d18ae 100644 (file)
@@ -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