This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
limitations with gcov and STL
- To: "'libstdc++ at gcc dot gnu dot org'" <libstdc++ at gcc dot gnu dot org>
- Subject: limitations with gcov and STL
- From: "Lorenz, Michelle" <Michelle dot Lorenz at dialogic dot com>
- Date: Mon, 2 Apr 2001 18:49:25 -0400
Hi,
I have been trying unsuccessfully to use gcov with the STL:
#include <iostream>
#include <vector.h>
void main()
{
vector<int> string_list;
}
>g++ -ftest-coverage -fprofile-arcs file.cxx -o file_cov
>./file_cov
>gcov file
>Aborted (core dumped)
Does anybody know whether this is a bug with gcov and/or how to fix it?
Thanks :-)
--
2b
Michelle Lorenz
lorenzm@dialogic.com