[llvm-bugs] [Bug 27595] New: Clang++ crashes when processing class that allocates a multidimensional array of templated structs
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun May 1 14:08:05 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27595
Bug ID: 27595
Summary: Clang++ crashes when processing class that allocates a
multidimensional array of templated structs
Product: clang
Version: 3.8
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: adampetermarcus at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16291
--> https://llvm.org/bugs/attachment.cgi?id=16291&action=edit
Preprocessed c++ source code
Clang++ versions >3.0 crash when compiling the following source file, which is
compiled successfully by GCC. Error as follows:
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal
--
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/20160501/1813bb75/attachment.html>
More information about the llvm-bugs
mailing list