This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Basic block profiling support in recent GCCs
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Nikolaos Kavvadias <nkavv at physics dot auth dot gr>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 16 May 2006 09:58:11 -0700
- Subject: Re: Basic block profiling support in recent GCCs
- References: <4469C0D4.5040209@physics.auth.gr>
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