<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444858#M2717</link>
    <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;So we can put this matter to rest.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation!&lt;/P&gt;&lt;P&gt;As the issue is addressed we are closing this thread. Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Jan 2023 03:37:51 GMT</pubDate>
    <dc:creator>VidyalathaB_Intel</dc:creator>
    <dc:date>2023-01-09T03:37:51Z</dc:date>
    <item>
      <title>Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434355#M2673</link>
      <description>&lt;P&gt;The procedures taken to generate code coverage for dpcpp.&lt;/P&gt;
&lt;P&gt;- Updated Makefile and included gcov-specific parameters for compiling individual cpp files (-fPIC -fprofile-arcs ftest-coverage)&lt;/P&gt;
&lt;P&gt;- It produced .gcno files.&lt;/P&gt;
&lt;P&gt;- Executable code produced .gcda files for individual code files.&lt;/P&gt;
&lt;P&gt;- The gcov command is required to provide a code coverage report. -&amp;gt;gcov file.cpp main.cpp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- error appears during this :-&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main.gcno:version '408*', prefer 'A94*'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make: *** [Makefile:99: gcov] Segmentation fault (core dump)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 09:58:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434355#M2673</guid>
      <dc:creator>Paavan_Joshi</dc:creator>
      <dc:date>2022-11-30T09:58:41Z</dc:date>
    </item>
    <item>
      <title>Re:Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434785#M2674</link>
      <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with a sample reproducer and steps to reproduce the issue so that we can check it from our end to proceed further in this case?&lt;/P&gt;&lt;P&gt;Please do let us know the dpcpp version you are working with along with your OS details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2022 10:59:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434785#M2674</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-12-01T10:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434810#M2675</link>
      <description>&lt;P&gt;OS and DPC++ version details.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$ dpcpp -v&lt;BR /&gt;Intel(R) oneAPI DPC++/C++ Compiler 2022.1.0 (2022.1.0.20220316)&lt;BR /&gt;Target: x86_64-unknown-linux-gnu&lt;BR /&gt;Thread model: posix&lt;BR /&gt;InstalledDir: /home/tester/intel/oneapi/compiler/2022.1.0/linux/bin-llvm&lt;BR /&gt;Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8&lt;BR /&gt;Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9&lt;BR /&gt;Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9&lt;BR /&gt;Candidate multilib: .;@m64&lt;BR /&gt;Candidate multilib: 32;@m32&lt;BR /&gt;Candidate multilib: x32;@mx32&lt;BR /&gt;Selected multilib: .;@m64&lt;BR /&gt;&lt;BR /&gt;$ cat /etc/os-release&lt;BR /&gt;NAME="Ubuntu"&lt;BR /&gt;VERSION="20.04.5 LTS (Focal Fossa)"&lt;BR /&gt;ID=ubuntu&lt;BR /&gt;ID_LIKE=debian&lt;BR /&gt;PRETTY_NAME="Ubuntu 20.04.5 LTS"&lt;BR /&gt;VERSION_ID="20.04"&lt;BR /&gt;HOME_URL="https://www.ubuntu.com/"&lt;BR /&gt;SUPPORT_URL="https://help.ubuntu.com/"&lt;BR /&gt;BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"&lt;BR /&gt;PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"&lt;BR /&gt;VERSION_CODENAME=focal&lt;BR /&gt;UBUNTU_CODENAME=focal&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 12:37:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1434810#M2675</guid>
      <dc:creator>Paavan_Joshi</dc:creator>
      <dc:date>2022-12-01T12:37:56Z</dc:date>
    </item>
    <item>
      <title>Re:Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1435159#M2676</link>
      <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the source code if possible or any sample reproducer code along with the steps to reproduce the error so that we can test it from our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1435159#M2676</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-12-02T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1436729#M2677</link>
      <description>&lt;P&gt;Hi Vidya,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sorry for the late response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Hear is the sample code and required detail to setup and run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="ui-header kc jz btx ka dg bks bmf ek bty em afx aed btz" title="main.cpp"&gt;main.cpp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;#include &amp;lt;CL/sycl.hpp&amp;gt;
#include &amp;lt;iostream&amp;gt;
using namespace sycl;
const std::string secret {
    "Ifmmp-!xpsme\"\012J(n!tpssz-!Ebwf/!"
        "J(n!bgsbje!J!dbo(u!ep!uibu/!.!IBM\01"};
const auto sz = secret.size();
int main() {
    queue Q;
    char*result = malloc_shared&amp;lt;char&amp;gt;(sz, Q);
    std::memcpy(result,secret.data(),sz);
    Q.parallel_for(sz,[=](auto&amp;amp;i) {
            result[i] -= 1;
            }).wait();
    std::cout &amp;lt;&amp;lt; result &amp;lt;&amp;lt; "\n";
    return 0;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dpc_common.hpp&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;LI-CODE lang="cpp"&gt;#ifndef _DP_HPP
#define _DP_HPP
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;exception&amp;gt;
#include &amp;lt;CL/sycl.hpp&amp;gt;
namespace dpc_common {
    static auto exception_handler = [](cl::sycl::exception_list eList) {
          for (std::exception_ptr const &amp;amp;e : eList) {
                  try {
                            std::rethrow_exception(e);
                            } catch (std::exception const &amp;amp;e) {
#if _DEBUG
                                  std::cout &amp;lt;&amp;lt; "Failure" &amp;lt;&amp;lt; std::endl;
#endif
                                        std::terminate();
                                        }
                    }
    };
    class TimeInterval {
         public:
               TimeInterval() : start_(std::chrono::steady_clock::now()) {}
                 double Elapsed() {
                         auto now = std::chrono::steady_clock::now();
                         return std::chrono::duration_cast&amp;lt;Duration&amp;gt;(now - start_).count();
                           }
                  private:
                   using Duration = std::chrono::duration&amp;lt;double&amp;gt;;
                     std::chrono::steady_clock::time_point start_;
    };
}; 
#endif&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;H4 class="ui-header kc jz btx ka dg bks bmf ek bty em afx aed btz" dir="auto" title="makefile"&gt;makefile&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CC  = dpcpp
CFLAG = -fPIC -fprofile-arcs -ftest-coverage
RM  = rm -rf
help: ## Makefile help
    @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
main.o: main.cpp
    $(CC) $(CFLAG) -c -Wall  main.cpp
build: main.o ## Make build
    $(CC) $(CFLAG) -c -Wall  main.cpp
    $(CC) $(CFLAG) -o main main.o 
coverage: ## Run code coverage
    gcov main.cpp  
lcov-report: coverage ## Generate lcov report
    mkdir lcov-report
    lcov --capture --directory . --output-file lcov-report/coverage.info
    genhtml lcov-report/coverage.info --output-directory lcov-report
gcovr-report: coverage ## Generate gcovr report
    mkdir gcovr-report
    gcovr --root . --html --html-details --output gcovr-report/coverage.html
deps: ## Install dependences
    sudo apt-get install lcov
    pip install gcovr
clean: ## Clean all generate files
    $(RM) main *.o *.so *.gcno *.gcda *.gcov lcov-report gcovr-report&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Commands with its output to build, run and generate code coverage report :-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- ls (before code compile)&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;dpc_common.hpp&amp;nbsp; &amp;nbsp;main.cpp&amp;nbsp; &amp;nbsp;makefile&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;- make build&lt;/P&gt;
&lt;P&gt;- ls&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;dpc_common.hpp&amp;nbsp; &amp;nbsp;main&amp;nbsp; &amp;nbsp;main.cpp&amp;nbsp; &amp;nbsp;main.gcno&amp;nbsp; &amp;nbsp;main.o&amp;nbsp; &amp;nbsp;makefile&lt;/P&gt;
&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;- main&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;- Gives respected code op&lt;/P&gt;
&lt;P&gt;- ls&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;dpc_common.hpp&amp;nbsp; &amp;nbsp;main&amp;nbsp; &amp;nbsp;main.cpp&amp;nbsp; &amp;nbsp;main.gcda&amp;nbsp; &amp;nbsp;main.gcno&amp;nbsp; &amp;nbsp;main.o&amp;nbsp; &amp;nbsp;makefile&lt;/P&gt;
&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;- make coverage&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;gcno main.cpp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;main.gcno:version '408*', prefer 'B13*'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;make: *** [Makefile:17: coverage] Segmentation fault (core dump)&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Paavan&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 06:54:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1436729#M2677</guid>
      <dc:creator>Paavan_Joshi</dc:creator>
      <dc:date>2022-12-08T06:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1438399#M2679</link>
      <description>&lt;P&gt;Hi Paavan&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your providing us with the details.&lt;/P&gt;
&lt;P&gt;We use Clang based option sets for code coverage&lt;/P&gt;
&lt;P&gt;Please refer to the below link for more details&lt;/P&gt;
&lt;P&gt;&lt;A href="https://clang.llvm.org/docs/SourceBasedCodeCoverage.html" target="_blank" rel="noopener"&gt;https://clang.llvm.org/docs/SourceBasedCodeCoverage.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've modified the makefile with the options available in Clang.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CC  = dpcpp
CFLAG = -fprofile-instr-generate -fcoverage-mapping
RM  = rm -rf
export LLVM__ROOT = /opt/intel/oneapi/compiler/2022.2.1/linux/bin-llvm
help: ## Makefile help
        @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
main.o: main.cpp
        $(CC) $(CFLAG) -c -Wall  main.cpp
build: main.o ## Make build
        $(CC) $(CFLAG) -c -Wall  main.cpp
        $(CC) $(CFLAG) -o main main.o
coverage: ## Run code coverage
        LLVM_PROFILE_FILE="main.profraw" ./main
#llvm-cov: coverage ## Generate lcov report
        $(LLVM__ROOT)/llvm-profdata merge -sparse main.profraw -o main.profdata
#llvm-profdata: coverage ## Generate gcovr report
        $(LLVM__ROOT)/llvm-cov report ./main -instr-profile=main.profdata
#deps: ## Install dependences
#    sudo apt-get install lcov
#    pip install gcovr
clean: ## Clean all generate files
        $(RM) main *.o *.profdata *.profraw&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both llvm-cov and llvm-profdata merge are in our builds and you can find them under the following location /opt/intel/oneapi/compiler/2022.2.1/linux/bin-llvm/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps followed:&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp; make build&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp; make coverage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try it and let us know if you have any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 11:54:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1438399#M2679</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-12-29T11:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1440365#M2687</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/266513"&gt;@Paavan_Joshi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven't heard back from you, could you please provide us with an update regarding the issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 06:36:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1440365#M2687</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-12-21T06:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1440750#M2691</link>
      <description>&lt;P&gt;Hello, Vidya.&lt;/P&gt;
&lt;P&gt;I tested this method and it works good, but we wrote some test cases using the Gtest framework, thus we need to use gcove to generate coverage reports, or is there another way to generate coverage reports by modifying the cmake file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Paavan&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 06:19:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1440750#M2691</guid>
      <dc:creator>Paavan_Joshi</dc:creator>
      <dc:date>2022-12-22T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1442494#M2700</link>
      <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;we wrote some test cases using the Gtest framework, thus we need to use gcove to generate coverage reports, or is there another way to generate coverage reports by modifying the cmake file?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please let us know if you are facing any issues with the provided options with respect to clang in the makefile while generating code coverage reports for the application in which you have used Gtest framework?&lt;/P&gt;
&lt;P&gt;Please elaborate more on your issue so that it would help us better in understanding the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 12:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1442494#M2700</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-12-29T12:11:52Z</dc:date>
    </item>
    <item>
      <title>Re:Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444198#M2709</link>
      <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we haven't heard back from you, could you please provide us with an update regarding the issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2023 16:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444198#M2709</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2023-01-05T16:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444406#M2713</link>
      <description>&lt;P&gt;Hi Vidya,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delayed response, however I tried the same method with my test cases and it provided me with a coverage report.&lt;BR /&gt;So we can put this matter to rest.&lt;/P&gt;
&lt;P&gt;And thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paavan&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 08:06:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444406#M2713</guid>
      <dc:creator>Paavan_Joshi</dc:creator>
      <dc:date>2023-01-06T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re:Version mismatch between Gcov and DPC++ while attempting to generate a code coverage report</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444858#M2717</link>
      <description>&lt;P&gt;Hi Paavan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;So we can put this matter to rest.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation!&lt;/P&gt;&lt;P&gt;As the issue is addressed we are closing this thread. Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2023 03:37:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Version-mismatch-between-Gcov-and-DPC-while-attempting-to/m-p/1444858#M2717</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2023-01-09T03:37:51Z</dc:date>
    </item>
  </channel>
</rss>

