[llvm-bugs] [Bug 41727] New: [C++] ICE on use of destructors
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 3 07:14:15 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41727
Bug ID: 41727
Summary: [C++] ICE on use of destructors
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: OpenCL
Assignee: unassignedclangbugs at nondot.org
Reporter: anastasia.stulova at arm.com
CC: anastasia.stulova at arm.com, llvm-bugs at lists.llvm.org
Frontend fails with ICE if the following code is compiled
bin/clang -c test.cl -cl-std=c++ -target spir -emit-llvm
1 struct S {
2 ~S(){}; // if commented no ICE
3 };
4 S s;
--
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/20190503/f3b3d0a6/attachment.html>
More information about the llvm-bugs
mailing list