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: [PATCH]: reapply code to profile.c to fix gcov test failure


On Tue, Aug 21, 2001 at 03:06:17PM -0700, Janis Johnson wrote:
> The test gcc.misc-tests/gcov-3.c was added on July 11 and passed until
> August 4.  The test is meant to make sure that gcov doesn't die when
> processing data from a program that uses non-local gotos, but the
> failure is unrelated to that and happens because code following a call
> in main() isn't counted.

At present this is supposed to be handled by flow_call_edges_add
splitting all basic blocks after call insns.  After that is done,
the fake call edges are supposed to be treated just like any other
edge in the graph.

I'll look at it.


r~


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