Don't know what changed.
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 03:46:32 +0000 (03:46 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 03:46:32 +0000 (03:46 +0000)
From-SVN: r1261

gcc/c-lex.c

index 7aee51231aaf87126311698b6b451a6c7db12808..1d3c8e3bd51844c00a473b9c06b24b5a6a4df594 100644 (file)
@@ -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'");
                      }