summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-26 21:15:26 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-26 21:15:26 +0000
commit34fe69f82ce5a3a12c541d63c5bf9b3d99606980 (patch)
tree27a010d5fa4eb9ddf736b210001bea1100cf2fdf /gcc/ChangeLog
parentac02755dfc25d1697c7e3e165f3b5b34f0c9f708 (diff)
downloadgcc-34fe69f82ce5a3a12c541d63c5bf9b3d99606980.tar.gz
* combine.c (simplify_set): Don't call to force_to_mode if size
of integer type is larger than HOST_BITS_PER_WIDE_INT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5e2ff79d204..f9d73ba5a7e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-26 Igor Shevlyakov <igor@microunity.com>
+
+ * combine.c (simplify_set): Don't call to force_to_mode if size
+ of integer type is larger than HOST_BITS_PER_WIDE_INT.
+
2002-09-26 Janis Johnson <janis187@us.ibm.com>
* Makefile.in (qmtest-g++): Fix file path.