(yylex): For float, build constant in long double.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 11:16:29 +0000 (06:16 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 11:16:29 +0000 (06:16 -0500)
From-SVN: r8980

gcc/c-lex.c

index 8f8c64a..f5d3b40 100644 (file)
@@ -1271,7 +1271,7 @@ yylex ()
 
        if (floatflag != NOT_FLOAT)
          {
-           tree type = double_type_node;
+           tree type = long_double_type_node;
            int garbage_chars = 0, exceeds_double = 0;
            int imag = 0;
            REAL_VALUE_TYPE value;