<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm-cov cannot open GCOV coverage generated by clang"
   href="http://llvm.org/bugs/show_bug.cgi?id=22436">22436</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-cov cannot open GCOV coverage generated by clang
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vandersonmr2@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When llvm-cov tries to open an .gcda file created by clang the following error
is showed:

warning: Using the gcov compatible mode (this behaviour may be dropped in the
future).
Unexpected number of edges (in _Z4testi).
Invalid .gcda File!

And when I tried to open with gcov (4.6.4) the following message appeared:

test.gcno:version '402*', prefer '406*'
test.gcda:version '402*', prefer version '406*'
test.gcno:'_Z4testi' has arcs from exit block
test.gcno:'main' has arcs from exit block
File 'test.cpp'
Lines executed:83.33% of 6
test.cpp:creating 'test.cpp.gcov'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>