bb.out

Jan Hubicka jh@suse.cz
Fri Jun 21 03:38:00 GMT 2002


> Hello all:
> 
> Do you know where in the gcc code the file "bb.out" (file produced when an 
> -ax compiled gcc binary executes) is actually created?

-ax is no longer supported in 3.1.x compilers and it has been slowly
rotting over the years so I would not be surprised that it is broken in
version of comipler you use (you didn't metioned)

You may want to use the newer -fprofile-arcs (and -ftest-coverage)
that creates the files in same palce as .o files are stored and that
can be analyzed by gcov tool.

Honza
> 
> --
> TIA,
> jon
> 
> 
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.



More information about the Gcc mailing list