projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d9bc8
)
(build_real_from_int_cst): Remove spurious test for
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 5 May 1996 16:47:58 +0000
(12:47 -0400)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/gcc/tree.c
b/gcc/tree.c
index 74d4fc0a7433b52f35364306d6c134ee13bf18d3..d7c0e05f00b5d99618849b9359e28e73604d9403 100644
(file)
--- 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)
+#if
def REAL_ARITHMETIC
d = real_value_from_int_cst (type, i);
#else
d = REAL_VALUE_TRUNCATE (TYPE_MODE (type),