This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cgraph alias reorg 15/14 (New infrastructure for same body aliases)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]