summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-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 75869a23d5c..14a0af304da 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -1271,7 +1271,7 @@ yylex ()
if (floatflag != NOT_FLOAT)
{
- tree type = long_double_type_node;
+ tree type = double_type_node;
int garbage_chars = 0, exceeds_double = 0;
int imag = 0;
REAL_VALUE_TYPE value;