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