This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for mainline and tree-profiling line to fix cgraph bits.
- From: Jan Hubicka <jh at suse dot cz>
- To: Kenneth Zadeck <zadeck at naturalbridge dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Jan Hubicka <jh at suse dot cz>,Steven Bosscher <stevenb at suse dot de>,Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 31 Oct 2004 15:14:26 +0100
- Subject: Re: patch for mainline and tree-profiling line to fix cgraph bits.
- References: <41839D28.7030200@naturalbridge.com>
> there are two patches in this mail, one for the mainline and one for the
> tree-profiling branch. Both correct the same problems.
>
> They remove one dead flag from the cgraph.local structure and they add
> missing bits to the dump_cgraph_node function. The patches differ
> because the sets of bits missing from in the cgraph_node print routine
> differ between the two lines.
>
> Both have been tested on i686 and they were requested by Jan.
>
> 2004-10-30 Kenneth Zadeck <zadeck@naturalbridge.com>
> * cgraph.h: Removed for_functions_valid bit.
> * cgraph.c:dump_cgraph_node: added missing bits to dump function.
This is OK, thanks
I will also look into the orphaned node problem today (I was on the
celebration yesterday bit longer than I would expect)
Honza
>
> Kenny