This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Cgraph thunk reorg
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Richard Guenther <rguenther at suse dot de>, martin jambor <mjambor at suse dot cz>
- Date: Wed, 11 May 2011 14:08:17 +0200
- Subject: Re: Cgraph thunk reorg
- References: <BANLkTimhmN-ndweEUBaV2wzN2+xCLf_hNg@mail.gmail.com>
> Honza,
>
> This patch seems to have introduced approximately 150 new G++
> testsuite failures on AIX. The errors all are verify_cgraph_node ICEs
> related to thunks.
>
> The all have a similar pattern:
Hmm, thanks. It seems that visibility needs even more tweaking.
I am currently on a trip till Saturday but I will try to look into it ASAP.
Honza