This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to get TYPE_LANG_SPECIFIC initialized
> >>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:
>
> > the new final.c code to output profile-arcs sturcture fails on C++. THis is because
> > the tree we construct lacks TYPE_LANG_SPECIFIC nodes and C++ frontend fails when
> > it is called via memory aliasing hook.
>
> I thought I sent this to you already. Does this patch fix the problem?
It works. Can you please get it into the tree?
Thanks!
Honza