summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-15 20:13:11 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-15 20:13:11 +0000
commit9752a907fc17c0463ccc48e6dec0db6ca34b7bcd (patch)
treee5d81407729063f7882eb62ce9ea677ea38a9217 /gcc/ChangeLog
parent7ec6a9d42010848987d733d83a0ee054ec457679 (diff)
downloadgcc-9752a907fc17c0463ccc48e6dec0db6ca34b7bcd.tar.gz
2005-06-15 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/21923 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Conversions between integer types whos ranges are different are not useless. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2c988366848..f0cbb568fa5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2005-06-15 Andrew Pinski <pinskia@physics.uc.edu>
+ PR tree-opt/21923
+ * tree-ssa.c (tree_ssa_useless_type_conversion_1): Conversions between
+ integer types whos ranges are different are not useless.
+
+2005-06-15 Andrew Pinski <pinskia@physics.uc.edu>
+
PR tree-opt/22024
* tree-ssa-reassoc.c (init_reassoc): Also give chain decl a distint
rank.