<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - Test case using __try/__except/__finaly crashes if the GCOV profiling pass is enabled"
href="https://bugs.llvm.org/show_bug.cgi?id=34833">34833</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Test case using __try/__except/__finaly crashes if the GCOV profiling pass is enabled
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>5.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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>mcastelluccio@mozilla.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, rnk@google.com
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=19230" name="attach_19230" title="C++ test case">attachment 19230</a> <a href="attachment.cgi?id=19230&action=edit" title="C++ test case">[details]</a></span>
C++ test case
After applying <a href="https://reviews.llvm.org/D38221">https://reviews.llvm.org/D38221</a> (to enable the "coverage" flag
for clang-cl) and <a href="https://reviews.llvm.org/D38223">https://reviews.llvm.org/D38223</a> (otherwise Clang crashes
during compilation), the attached test case can be compiled, but crashes during
execution.
I'm compiling it with: "clang-cl --coverage -Od -Z7 -Zi test.cpp".</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>