This is the mail archive of the gcc@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: warning: Arc profiling: some edge counts were bad.

[Get raw message]
On Tue, Nov 13, 2001 at 01:32:30PM -0500, nbecker@fred.net wrote:
> What does this mean?  Every (most?) times I compile with
> -fprofile-arcs and -fbranch-probabilities, I see this message:
> 
> warning: Arc profiling: some edge 
>    counts were bad.
> 
> Should I worry?

Yes, most likely.  Make sure that you compile with the same set of
optimization and code generation options for both builds; otherwise
the arcs that were profiled don't match the arcs that use the
profile data.

Janis


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