From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9903 invoked by alias); 19 Jun 2011 12:14:51 -0000 Received: (qmail 9892 invoked by uid 22791); 19 Jun 2011 12:14:50 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 19 Jun 2011 12:14:37 +0000 Received: (qmail 12474 invoked by uid 20157); 19 Jun 2011 12:14:35 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Jun 2011 12:14:35 -0000 Date: Sun, 19 Jun 2011 12:52:00 -0000 From: Hans-Peter Nilsson To: Jan Hubicka cc: gcc-patches@gcc.gnu.org Subject: Re: Cgraph alias reorg 15/14 (New infrastructure for same body aliases) In-Reply-To: <20110611125552.GA25068@kam.mff.cuni.cz> Message-ID: References: <20110611125552.GA25068@kam.mff.cuni.cz> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg01409.txt.bz2 On Sat, 11 Jun 2011, Jan Hubicka wrote: > Hi, > this patch complettes the same body alias rework by removing the old same body > alias code and adding new representation. Same body aliases are now separate > function nodes that have IPA_REF_ALIAS reference to the node they are alias of. > > I am still getting one failure: > FAIL: g++.dg/torture/pr43879-1_1.C > > It tests IPA PTA in presence of same body aliases. I honestly have no idea > what is wrong there. I decided to go ahead with the patch anyway, given the > current state of affair of aliases and IPA-PTA. Hope Richard will help me > fixing this on Monday. Still there, see again PR49373. Anything better than a xfail in the works? brgds, H-P