From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1359 invoked by alias); 17 Feb 2006 01:04:20 -0000 Received: (qmail 1334 invoked by alias); 17 Feb 2006 01:04:16 -0000 Date: Fri, 17 Feb 2006 01:04:00 -0000 Message-ID: <20060217010416.1333.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/14784] [Tree-ssa] alias analysis deficiency In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dberlin at dberlin dot org" 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 X-SW-Source: 2006-02/txt/msg01911.txt.bz2 List-Id: ------- Comment #5 from dberlin at gcc dot gnu dot org 2006-02-17 01:04 ------- Subject: Re: [Tree-ssa] alias analysis deficiency On Thu, 2006-02-16 at 21:40 +0000, pinskia at gcc dot gnu dot org wrote: > > ------- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-16 21:40 ------- > We get: > # bitmap_free_7 = PHI ; > :; > > # bitmap_free_1 = PHI ; > :; > # VUSE ; > D.1534_4 = head_3->using_obstack; > if (D.1534_4 != 0) goto ; else goto ; > > :; > # bitmap_free_6 = V_MUST_DEF ; > bitmap_free = elt_5; > goto (); > > I cannot figure out why Daniel's recent patches did not fix this one. Probably the !POINTER_TYPE_P check > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14784