[llvm-bugs] [Bug 34833] New: Test case using __try/__except/__finaly crashes if the GCOV profiling pass is enabled
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 4 11:16:21 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34833
Bug ID: 34833
Summary: Test case using __try/__except/__finaly crashes if the
GCOV profiling pass is enabled
Product: new-bugs
Version: 5.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mcastelluccio at mozilla.com
CC: llvm-bugs at lists.llvm.org, rnk at google.com
Created attachment 19230
--> https://bugs.llvm.org/attachment.cgi?id=19230&action=edit
C++ test case
After applying https://reviews.llvm.org/D38221 (to enable the "coverage" flag
for clang-cl) and https://reviews.llvm.org/D38223 (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".
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171004/ef36dd0c/attachment.html>
More information about the llvm-bugs
mailing list