From: Richard Stallman Date: Wed, 24 Jun 1992 03:46:32 +0000 (+0000) Subject: Don't know what changed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef66cdfecd417f16a5a3484b7839bc844449ea8f;p=gcc.git Don't know what changed. From-SVN: r1261 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 7aee51231aa..1d3c8e3bd51 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1325,7 +1325,7 @@ yylex () { f_seen = 1; type = float_type_node; - value = REAL_VALUE_TRUNCATE (TYPE_MODE (type), value); + value = real_value_truncate (TYPE_MODE (type), value); if (REAL_VALUE_ISINF (value) && pedantic) pedwarn ("floating point number exceeds range of `float'"); }