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]

Re: Fix fork/exec/clone and profile driven feedback corruption


> On Tue, Aug 07, 2001 at 01:31:53PM +0200, Jan Hubicka wrote:
> > So for now I would suggest to simply disable this feature for FDO and keep
> > it for -ftest-coverage, where it works.
> 
> Feature?  It's a bug fix.  You need to annotate __bb_fork_func
> so that it is not processed by profile.c.
Hi,
is there any chance to get conclusion before I leave?

I can tag the __bb_fork_func by REG_ALLWAYS_RETURN tag, but as I've
mentioned, I don't it it is enought, but solves my testcase.

Can that be more acceptable than the warning patch here?

Honza
> 
> 
> r~


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