https://llvm.org/bugs/show_bug.cgi?id=26062
Bug ID: 26062 Summary: Attached self-contained source (from range-v3 example) crashes clang++ front-end Product: new-bugs Version: 3.6 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: tonyele...@hotmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15576 --> https://llvm.org/bugs/attachment.cgi?id=15576&action=edit self-contained source file that crashes clang++ 3.6.2 The attached self-contained source file crashes Clang 3.6.2 with the following command: clang++ -std=c++11 -c clang_compile_problem.ii Following the instructions on http://llvm.org/docs/HowToSubmitABug.html#crashing-bugs, I find it still crashes if I add the options -O0 -emit-llvm so it appears to be a front-end bug. I have used delta and hand modification to reduce the crashing source (though I can't guarantee that that hasn't changed the cause of the crash). The version of Clang is: Ubuntu clang version 3.6.2-1 (tags/RELEASE_362/final) (based on LLVM 3.6.2) Target: x86_64-pc-linux-gnu Thread model: posix The OS is: Ubuntu 15.10 Linux4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux For context, the original source file comes from (probably mis)using Eric Niebler's range-v3 library. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs