From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11378 invoked by alias); 28 Aug 2005 17:22:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11370 invoked by uid 48); 28 Aug 2005 17:22:35 -0000 Date: Sun, 28 Aug 2005 17:25:00 -0000 Message-ID: <20050828172235.11369.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050828172016.23603.pinskia@gcc.gnu.org> References: <20050828172016.23603.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/23603] VRP does not say range for a in a = b == c; is [0,1] X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg03200.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-28 17:22 ------- The fix would be instead of setting the range to varrying in extract_range_from_comparison, set it to [0,1]. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23603