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: patch for mainline and tree-profiling line to fix cgraph bits.


> 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




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