[LLVMbugs] [Bug 21926] New: Clang parser crashes while compiling valid c++11 code.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 16 02:57:41 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21926
Bug ID: 21926
Summary: Clang parser crashes while compiling valid c++11 code.
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: serban.constantinescu at arm.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Issue encoutered while building one of the Android modules, with the prebuilt
host clang:
$ ./prebuilts/clang/linux-x86/host/3.6/bin/clang++ --version
clang version 3.6
Target: i386-unknown-linux
Thread model: posix
1. <eof> parser at end of file
2. Per-module optimization passes
3. Running pass 'CallGraph Pass Manager' on module
'art/compiler/optimizing/code_generator_arm64.cc'.
4. Running pass 'Early CSE' on function
'@_ZN3art5arm6416RemSlowPathARM6414EmitNativeCodeEPNS_13CodeGeneratorE'
clang++: error: unable to execute command: Segmentation fault (core dumped)
clang++: error: clang frontend command failed due to signal (use -v to see
invocation)
--
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/20141216/7c64962e/attachment.html>
More information about the llvm-bugs
mailing list