Commit 2002d72d by Richard Kenner

*** empty log message ***

From-SVN: r371
parent c61a25b1
...@@ -1143,8 +1143,8 @@ const_binop (code, arg1, arg2) ...@@ -1143,8 +1143,8 @@ const_binop (code, arg1, arg2)
} }
#endif /* no REAL_ARITHMETIC */ #endif /* no REAL_ARITHMETIC */
set_float_handler (0); set_float_handler (0);
value = REAL_VALUE_TRUNCATE (TYPE_MODE (TREE_TYPE (arg1)), value); return build_real (TREE_TYPE (arg1),
return build_real (TREE_TYPE (arg1), value); REAL_VALUE_TRUNCATE (TYPE_MODE (TREE_TYPE (arg1)), value));
} }
#endif /* not REAL_IS_NOT_DOUBLE, or REAL_ARITHMETIC */ #endif /* not REAL_IS_NOT_DOUBLE, or REAL_ARITHMETIC */
if (TREE_CODE (arg1) == COMPLEX_CST) if (TREE_CODE (arg1) == COMPLEX_CST)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment