From: Richard Kenner Date: Sun, 5 May 1996 16:47:58 +0000 (-0400) Subject: (build_real_from_int_cst): Remove spurious test for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fef854565eafa83ee42b729d0af603b894b2ae3c;p=gcc.git (build_real_from_int_cst): Remove spurious test for REAL_IS_NOT_DOUBLE. From-SVN: r11924 --- diff --git a/gcc/tree.c b/gcc/tree.c index 74d4fc0a743..d7c0e05f00b 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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),