Commit fef85456 by Richard Kenner

(build_real_from_int_cst): Remove spurious test for

 REAL_IS_NOT_DOUBLE.

From-SVN: r11924
parent c9d9bc85
......@@ -1401,7 +1401,7 @@ build_real_from_int_cst (type, i)
set_float_handler (float_error);
#if !defined (REAL_IS_NOT_DOUBLE) || defined (REAL_ARITHMETIC)
#ifdef REAL_ARITHMETIC
d = real_value_from_int_cst (type, i);
#else
d = REAL_VALUE_TRUNCATE (TYPE_MODE (type),
......
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