From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30470 invoked by alias); 20 Oct 2005 17:32:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30203 invoked by uid 48); 20 Oct 2005 17:32:00 -0000 Date: Thu, 20 Oct 2005 17:32:00 -0000 Subject: [Bug gcov/profile/24456] New: Help needed with gcov X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sunilkher at hotmail dot com" X-SW-Source: 2005-10/txt/msg02692.txt.bz2 List-Id: Hi everyone, I have been trying to do some work with the gnu code coverage tool gcov and here are a couple of problems I am facing. 1. For all the source files .da file is not generated. 2. Even when I can see that a particular line is being executed, e.g. I can see the output for a cout command, gcov states that the particular line was never executed. I have compiled my code with the -fprofile-arcs -ftest-coverage options and the gcov version I am using is 1.5 along with gcc gcc version 2.95.3 20010315 running on a sun solaris machine. Any thoughts, Any help will be really appreciated. Thanx, Sunil. -- Summary: Help needed with gcov Product: gcc Version: 3.3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gcov/profile AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sunilkher at hotmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24456