diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-15 11:33:13 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-15 11:33:13 +0000 |
commit | c25c642edbc0d813b0f2d85a602ff040aa849d1b (patch) | |
tree | 12ee61e204a3b7f25a7b0e4c27a970e51d76b0b9 /gcc/ChangeLog | |
parent | 979bdcfe7a488340b37bfa12d9e6848aee88ab95 (diff) | |
download | gcc-c25c642edbc0d813b0f2d85a602ff040aa849d1b.tar.gz |
PR 22018
* tree-vrp.c (vrp_int_const_binop): New.
(extract_range_from_binary_expr): Call it.
Unify handling division and multiplication.
testsuite/ChangeLog:
PR 22018
* gcc.dg/tree-ssa/vrp13.c: Add multiplication tests.
* gcc.dg/tree-ssa/pr22018.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1fb305f3c5..49139aaf906 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-06-15 Diego Novillo <dnovillo@redhat.com> + + PR 22018 + * tree-vrp.c (vrp_int_const_binop): New. + (extract_range_from_binary_expr): Call it. + Unify handling division and multiplication. + 2005-06-15 Aldy Hernandez <aldyh@redhat.com> * c-common.h (same_scalar_type_ignoring_signedness): Protoize. |