https://llvm.org/bugs/show_bug.cgi?id=26508
Bug ID: 26508 Summary: segfault on libosmscout c++11 test Product: clang Version: 3.7 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: C++11 Assignee: unassignedclangb...@nondot.org Reporter: nik...@niklasfi.de CC: dgre...@apple.com, llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15846 --> https://llvm.org/bugs/attachment.cgi?id=15846&action=edit source code clang segfaults when compiling source code provided by libosmscout [1] to test c++11 compatibility. Here's the output clang++ tst.cpp -std=c++11 clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 3.7.0 (tags/RELEASE_370/final) Target: x86_64-redhat-linux-gnu Thread model: posix clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /tmp/tst-2261e1.cpp clang: note: diagnostic msg: /tmp/tst-2261e1.sh clang: note: diagnostic msg: ******************** [1] https://github.com/Framstag/libosmscout -- 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