Re: [patch][google/gcc-4.8] Port gcov intermediate format from google/gcc-4.7

2013-05-28 Thread Sharad Singhai
All tests passed. Committed as r199390 in google/gcc-4_8. Thanks, Sharad On Tue, May 28, 2013 at 11:45 AM, Sharad Singhai wrote: > On Fri, May 24, 2013 at 7:42 PM, Xinliang David Li wrote: >> On Fri, May 24, 2013 at 2:32 PM, Sharad Singhai wrote: >>>if (flag_gcov_file) >>> { >>> - c

Re: [patch][google/gcc-4.8] Port gcov intermediate format from google/gcc-4.7

2013-05-28 Thread Sharad Singhai
On Fri, May 24, 2013 at 7:42 PM, Xinliang David Li wrote: > On Fri, May 24, 2013 at 2:32 PM, Sharad Singhai wrote: >>if (flag_gcov_file) >> { >> - char *gcov_file_name >> -= make_gcov_file_name (file_name, src->coverage.name); >> + if (flag_intermediate_format) >> +

Re: [patch][google/gcc-4.8] Port gcov intermediate format from google/gcc-4.7

2013-05-24 Thread Xinliang David Li
On Fri, May 24, 2013 at 2:32 PM, Sharad Singhai wrote: >if (flag_gcov_file) > { > - char *gcov_file_name > -= make_gcov_file_name (file_name, src->coverage.name); > + if (flag_intermediate_format) > +/* Output the intermediate format without requiring source > +

[patch][google/gcc-4.8] Port gcov intermediate format from google/gcc-4.7

2013-05-24 Thread Sharad Singhai
Hi, This patch forward ports r175134 from google/gcc-4.7 into google/gcc-4.8. The intermediate format is a bit simplified. I am also planning to propose this for trunk in a separate message. Bootstrapped and tested on x86_64. Okay for google/gcc-4_8? Thanks, Sharad 2013-05-24 Sharad Singhai