http://llvm.org/bugs/show_bug.cgi?id=19771
Bug ID: 19771
Summary: clang frontend command failed due to signal (source
using boost::spirit, using precompiled header)
Product: clang
Version: 3.4
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 12525
--> http://llvm.org/bugs/attachment.cgi?id=12525&action=edit
make stdout
- crashes on first source file which uses boost::spirit library
- crashes only if using precompiled headers
ATTACHMENTS:
make stdout: make_stdout.txt
make stderr (includes crash backtrace): make_stderr.txt
preprocessed source: SqlParsing_Insert-9998c6.cpp
associated run script: SqlParsing_Insert-9998c6.sh
STEPS TO REPRODUCE:
git clone [email protected]:milan11/repodbsync.git -b cmake_cotire
cd repodbsync/
cmake -G "Unix Makefiles" -DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_BUILD_TYPE=Debug
make
WORKS:
commenting out
cotire(${PROJECT_NAME})
in
CMakeLists
(which causes not using the precompiled header)
and running cmake and make again
ENVIRONMENT:
Arch Linux, 64bit
GNU Make 4.0
clang version 3.4.1 (tags/RELEASE_34/dot1-final)
boost 1.55.0
--
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