This is the mail archive of the gcc-bugs@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]

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548

--- Comment #19 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
(In reply to Martin Liška from comment #18)
> (In reply to Dmitry G. Dyachenko from comment #17)
> > No ICE!
> > Thank Martin!
> 
> Good. Can you please attach gcov file for the problematic invocation of gcov
> tool?
...
> It can be caused by 2 files 'cpcapi20suite.cpp' in the project. Is it
> possible that you have multiple files in a different folders?

Fortunately, problem file(s) already attached: pre-proccessed cpcapi20suite.cpp
and x.{gcno,gcda}


There are only one cpcapi20suite.cpp

$ find /home/dimhen/src/CSPbuild/ -name cpcapi20suite\*
/home/dimhen/src/CSPbuild/CSP/unittest/CpCapi20UnitTest/cpcapi20suite.cpp
/home/dimhen/src/CSPbuild/CSP/unittest/CpCapi20UnitTest/cpcapi20suite.h

$ find . -name \*cpcapi20suite\*
./CSP/unittest/CpCapi20UnitTest/.deps/cpcapi20suite.Po
./CSP/unittest/CpCapi20UnitTest/cpcapi20suite.gcno
./CSP/unittest/CpCapi20UnitTest/cpcapi20suite.gcda
./CSP/unittest/CpCapi20UnitTest/cpcapi20suite.o
./CSP/unittest/CpCapi20UnitTest/cpcapi20suite.h.gcov

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