(build_real_from_int_cst): Remove spurious test for
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 May 1996 16:47:58 +0000 (12:47 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 May 1996 16:47:58 +0000 (12:47 -0400)
 REAL_IS_NOT_DOUBLE.

From-SVN: r11924

gcc/tree.c

index 74d4fc0a7433b52f35364306d6c134ee13bf18d3..d7c0e05f00b5d99618849b9359e28e73604d9403 100644 (file)
@@ -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),