diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-12 10:27:51 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-12 10:27:51 +0000 |
commit | 299888457f91c854ff9ce63d1cd004d7d7df1bc1 (patch) | |
tree | b01916e56bf1aadf986d4b4a11b1a17c5a1f24f0 /gcc/ChangeLog | |
parent | 235835a0f3a5216518cc45e50836b3a268f06238 (diff) | |
download | gcc-299888457f91c854ff9ce63d1cd004d7d7df1bc1.tar.gz |
2007-07-12 Richard Guenther <rguenther@suse.de>
* gimplify.c (gimplify_conversion): Make sure that the result
from maybe_fold_offset_to_reference is trivially convertible
to the desired type before doing the simplification.
(gimplify_expr): Likewise.
* fold-const.c (fold_binary): Use the correct types for
building the simplified expression.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b31134fe915..13c869f8fcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2007-07-12 Richard Guenther <rguenther@suse.de> + + * gimplify.c (gimplify_conversion): Make sure that the result + from maybe_fold_offset_to_reference is trivially convertible + to the desired type before doing the simplification. + (gimplify_expr): Likewise. + * fold-const.c (fold_binary): Use the correct types for + building the simplified expression. + 2007-07-12 Zdenek Dvorak <dvorakz@suse.cz> PR rtl-optimization/32729 |