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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to