aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-17 20:20:47 +0000
committerRichard Stallman <rms@gnu.org>1992-05-17 20:20:47 +0000
commit7e8b9a1d77ebbded433d9e43d81f689319ad05c7 (patch)
treee11dbe1fc0327c71602f891ee7856f596aacb6d8 /gcc
parent6dbf678a01473cf184ebb37e1cdd24ec2e86b99c (diff)
downloadgcc-7e8b9a1d77ebbded433d9e43d81f689319ad05c7.zip
gcc-7e8b9a1d77ebbded433d9e43d81f689319ad05c7.tar.gz
gcc-7e8b9a1d77ebbded433d9e43d81f689319ad05c7.tar.bz2
*** empty log message ***
From-SVN: r1003
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 7258157..a561f06e 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