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: unassignedb...@nondot.org
Reporter: mcastelluc...@mozilla.com
CC: llvm-bugs@lists.llvm.org, r...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs