(yylex): For float, build constant in long double.
From-SVN: r8980
This commit is contained in:
parent
56070e5503
commit
86d6a10a6e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user