[llvm-bugs] [Bug 26620] New: Clang has a segmentation fault compiling C++ file containing templates and OpenMP
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 15 05:32:40 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26620
Bug ID: 26620
Summary: Clang has a segmentation fault compiling C++ file
containing templates and OpenMP
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: i.radu.popescu at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Hello,
I am using Clang 3.8 RC 2 on OpenSUSE 42.1 64bit. I have compiled LLVM from
sources myself - I am tracking the branch "release_38" from the GitHub mirror.
I am compiling a large project C++ with OpenMP enabled. Clang has issues
compiling a set of files which contain function templates which are quite large
and contain OpenMP regions. Clang always experiences a segmentation fault when
compiling these files.
I have attached the preprocessed source file and the associated run script for
reproducing the error.
Please let me know if you need more information.
--
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/20160215/76c20cda/attachment.html>
More information about the llvm-bugs
mailing list