OSDN Git Service

2005-08-02 James A. Morrison <phython@gcc.gnu.org>
authorphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2005 05:08:40 +0000 (05:08 +0000)
committerphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2005 05:08:40 +0000 (05:08 +0000)
commit1b5523b595b44751831e4030bb1dab07cf3eced8
tree16b6683d313862b82824f5eafd47f482809349c4
parentfb6fd6908bc5e75a2546b1a803ba78bcf025689e
2005-08-02  James A. Morrison  <phython@gcc.gnu.org>

        PR tree-optimization/23129
        * tree-vrp.c (extract_range_from_binary_expr): Set value range to
        varying for divisions with anti-ranges.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102653 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/vrp-4.c [new file with mode: 0644]
gcc/tree-vrp.c