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]
Other format: [Raw text]

Re: Basic block profiling support in recent GCCs


On Tue, May 16, 2006 at 03:08:52PM +0300, Nikolaos Kavvadias wrote:
> is basic block profiling being dropped out from recent GCCs (i mean
> compiling with "-g -pg -a")?
> If it is still supported in any of the GCC development branches please
> let me know.

Support for -a was dropped in GCC 3.1  Basic block profiling with gcov
uses different options; check the documentation for the version of GCC
you are using to see what options to use.

Janis


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