public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/96534] New: keep gcov intermediate format
@ 2020-08-08  4:05 xlwu at synopsys dot com
  2020-08-10  5:02 ` [Bug gcov-profile/96534] " marxin at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: xlwu at synopsys dot com @ 2020-08-08  4:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96534
           Summary: keep gcov intermediate format
           Product: gcc
           Version: 9.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xlwu at synopsys dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

since gcc9, the gcov did not support intermediate format and replace with json
format , our application deeply depend on intermediate format , is it possible
to restore the intermediate format ? or could you let me know any workaround ? 

background :
I am a software engineer from SNPS , we have an application that extract all
file+functions and it's related lines per test case, and we save this data into
DB which help us to predict the test to verify when RnD updated any lines in
source code before their check in. we call this application as "smart
regression". 

now , when gcov move to json file, it increase the size a lot which affect the
efficiency to parse the data , what's worse, we had to revise our code to
support the new json format while we need to support the old format in the same
time , as our company have many products and each product have many live
branches , some of them still using gcc6 version.

I tried to use older gcov version on the new gcc instructed gcda and gcno file
, it did not work.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-24  8:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08  4:05 [Bug gcov-profile/96534] New: keep gcov intermediate format xlwu at synopsys dot com
2020-08-10  5:02 ` [Bug gcov-profile/96534] " marxin at gcc dot gnu.org
2020-08-11  1:23 ` xlwu at synopsys dot com
2020-08-11  1:30 ` xlwu at synopsys dot com
2020-08-11 12:20 ` marxin at gcc dot gnu.org
2020-09-24  1:03 ` xlwu at synopsys dot com
2020-09-24  8:07 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).