summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-05 16:53:33 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-05 16:53:33 +0000
commit3f980cf79d678288be2dff76bfb96aa8a394bfb0 (patch)
treeb9a2bfc5cba9c5bd927e638e6f77612c2d776746 /gcc/ChangeLog
parent7ab8525511995884249eb8edb36b204906b976ae (diff)
downloadgcc-3f980cf79d678288be2dff76bfb96aa8a394bfb0.tar.gz
* emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
from float to integral mode with HOST_BITS_PER_WIDE_INT 64. * dwarf2out.c (add_const_value_attribute): Divide by 4, not sizeof(long). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36728 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 540f54a330f..2b010598469 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2000-10-05 Jakub Jelinek <jakub@redhat.com>
+
+ * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
+ from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
+ * dwarf2out.c (add_const_value_attribute): Divide by 4, not
+ sizeof(long).
+
Thu Oct 5 09:31:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform