[LLVMbugs] [Bug 22559] New: Clang crashes during compilation of Boost::Log 1.57

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 11 21:46:36 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22559

            Bug ID: 22559
           Summary: Clang crashes during compilation of Boost::Log 1.57
           Product: clang
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: benpope81 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 13851
  --> http://llvm.org/bugs/attachment.cgi?id=13851&action=edit
The files requested when it crashed

This occurs on the latest version from branches/release_36 228902, I also tried
it with 3.6 rc2 and it's still crashing, so I'm not sure what's going on, I'm
pretty sure it was working before.

Also, this is the same machine that builds the boost tests (BP x86_64 C++11):
http://www.boost.org/development/tests/master/developer/summary.html and that's
building fine.


clang-linux.compile.c++.without-pth
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_ssse3.o
#0 0x12d8018 llvm::sys::PrintStackTrace(_IO_FILE*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x12d8018)
#1 0x12d94eb SignalHandler(int)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x12d94eb)
#2 0x7fa8327f3340 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10340)
#3 0xc4e7f0 combineX86ShufflesRecursively(llvm::SDValue, llvm::SDValue,
llvm::ArrayRef<int>, int, bool, llvm::SelectionDAG&,
llvm::TargetLowering::DAGCombinerInfo&, llvm::X86Subtarget const*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xc4e7f0)
#4 0xc49536 llvm::X86TargetLowering::PerformDAGCombine(llvm::SDNode*,
llvm::TargetLowering::DAGCombinerInfo&) const
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xc49536)
#5 0x15275f1 (anonymous namespace)::DAGCombiner::combine(llvm::SDNode*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x15275f1)
#6 0x152701b llvm::SelectionDAG::Combine(llvm::CombineLevel,
llvm::AliasAnalysis&, llvm::CodeGenOpt::Level)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x152701b)
#7 0x160e7ee llvm::SelectionDAGISel::CodeGenAndEmitDAG()
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160e7ee)
#8 0x160e441 llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function
const&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160e441)
#9 0x160cfca
llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160cfca)
#10 0xbd8dd6 (anonymous
namespace)::X86DAGToDAGISel::runOnMachineFunction(llvm::MachineFunction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xbd8dd6)
#11 0xe705a3 llvm::MachineFunctionPass::runOnFunction(llvm::Function&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xe705a3)
#12 0x103fe19 llvm::FPPassManager::runOnFunction(llvm::Function&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x103fe19)
#13 0x103fffb llvm::FPPassManager::runOnModule(llvm::Module&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x103fffb)
#14 0x104040a llvm::legacy::PassManagerImpl::run(llvm::Module&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x104040a)
#15 0x16a6b1d clang::EmitBackendOutput(clang::DiagnosticsEngine&,
clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions
const&, llvm::StringRef, llvm::Module*, clang::BackendAction,
llvm::raw_ostream*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x16a6b1d)
#16 0x169c0ab clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x169c0ab)
#17 0x1b25c63 clang::ParseAST(clang::Sema&, bool, bool)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1b25c63)
#18 0x1461d29 clang::FrontendAction::Execute()
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1461d29)
#19 0x1435223 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1435223)
#20 0x14d31db clang::ExecuteCompilerInvocation(clang::CompilerInstance*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x14d31db)
#21 0x6c3c5e cc1_main(llvm::ArrayRef<char const*>, char const*, void*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6c3c5e)
#22 0x6c2e7b main
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6c2e7b)
#23 0x7fa8319fcec5 __libc_start_main
/build/buildd/eglibc-2.19/csu/libc-start.c:321:0
#24 0x6bffeb _start
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6bffeb)
Stack dump:
0.    Program arguments:
/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6 -cc1 -triple
x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free
-disable-llvm-verifier -main-file-name dump_ssse3.cpp -mrelocation-model static
-mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu core2
-target-feature +sse -target-feature +sse2 -target-feature +sse3
-target-feature +ssse3 -g -dwarf-column-info -coverage-file
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_ssse3.o
-resource-dir
/home/ben/development/llvm/3.6.0/install/release/bin/../lib/clang/3.6.0 -D
BOOST_THREAD_VERSION=4 -D BOOST_THREAD_USES_CHRONO=1 -D
BOOST_NETWORK_ENABLE_HTTPS=1 -D BOOST_SPIRIT_USE_PHOENIX_V3=1 -D
BOOST_RESULT_OF_USE_DECLTYPE=1 -D BOOST_THREAD_VERSION=4 -D
BOOST_THREAD_USES_CHRONO=1 -D BOOST_NETWORK_ENABLE_HTTPS=1 -D
BOOST_SPIRIT_USE_PHOENIX_V3=1 -D BOOST_RESULT_OF_USE_DECLTYPE=1 -D
BOOST_ALL_NO_LIB=1 -D BOOST_ATOMIC_STATIC_LINK=1 -D BOOST_CHRONO_STATIC_LINK=1
-D BOOST_FILESYSTEM_STATIC_LINK=1 -D BOOST_LOG_BUILDING_THE_LIB=1 -D
BOOST_LOG_USE_NATIVE_SYSLOG -D BOOST_LOG_WITHOUT_EVENT_LOG -D
BOOST_SPIRIT_USE_PHOENIX_V3=1 -D BOOST_SYSTEM_NO_DEPRECATED -D
BOOST_SYSTEM_STATIC_LINK=1 -D BOOST_THREAD_BUILD_LIB=1 -D BOOST_THREAD_POSIX -D
BOOST_THREAD_USE_LIB=1 -D DATE_TIME_INLINE -D _GNU_SOURCE=1 -D
_XOPEN_SOURCE=600 -I
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-I
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-I . -internal-isystem
/home/ben/development/llvm/3.6.0/install/release/bin/../include/c++/v1
-internal-isystem /usr/local/include -internal-isystem
/home/ben/development/llvm/3.6.0/install/release/bin/../lib/clang/3.6.0/include
-internal-externc-isystem /usr/include/x86_64-linux-gnu
-internal-externc-isystem /include -internal-externc-isystem /usr/include -O0
-Wall -Wextra -Wall -Wall -Wextra -std=c++1y -fdeprecated-macro
-fdebug-compilation-dir /home/ben/development/boost/crash/boost
-ftemplate-depth 1024 -ferror-limit 19 -fmessage-length 0 -pthread
-mstackrealign -fno-inline -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -o
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_ssse3.o
-x c++ libs/log/src/dump_ssse3.cpp 
1.    <eof> parser at end of file
2.    Code generation
3.    Running pass 'Function Pass Manager' on module
'libs/log/src/dump_ssse3.cpp'.
4.    Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZN5boost3log12v2s_mt_posix3aux20dump_data_char_ssse3EPKvmRNSt3__113basic_ostreamIcNS5_11char_traitsIcEEEE'
clang-3.6: error: unable to execute command: Floating point exception
clang-3.6: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.6.0 (branches/release_36 228902)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang-3.6: 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-3.6: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-3.6: note: diagnostic msg: /tmp/dump_ssse3-2a72e8.cpp
clang-3.6: note: diagnostic msg: /tmp/dump_ssse3-2a72e8.sh
clang-3.6: note: diagnostic msg: 

********************

  "clang++-3.6" -c -x c++ -ftemplate-depth-1024 -g -O0 -Wall -Wextra -pthread 
-stdlib=libc++ -std=c++1y -DBOOST_THREAD_VERSION=4 -DBOOST_THREAD_USES_CHRONO=1
-DBOOST_NETWORK_ENABLE_HTTPS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1
-DBOOST_RESULT_OF_USE_DECLTYPE=1
-I/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-march=core2 -msse -msse2 -msse3 -mssse3 -O0 -g -fno-inline -Wall -g -pthread
-ftemplate-depth-1024 -g -O0 -Wall -Wextra -pthread  -stdlib=libc++ -std=c++1y
-DBOOST_THREAD_VERSION=4 -DBOOST_THREAD_USES_CHRONO=1
-DBOOST_NETWORK_ENABLE_HTTPS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1
-DBOOST_RESULT_OF_USE_DECLTYPE=1
-I/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-march=core2 -msse -msse2 -msse3 -mssse3 -DBOOST_ALL_NO_LIB=1
-DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_CHRONO_STATIC_LINK=1
-DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_LOG_BUILDING_THE_LIB=1
-DBOOST_LOG_USE_NATIVE_SYSLOG -DBOOST_LOG_WITHOUT_EVENT_LOG
-DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DBOOST_SYSTEM_NO_DEPRECATED
-DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX
-DBOOST_THREAD_USE_LIB=1 -DDATE_TIME_INLINE -D_GNU_SOURCE=1 -D_XOPEN_SOURCE=600
-I"." -o
"/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_ssse3.o"
"libs/log/src/dump_ssse3.cpp"

...failed clang-linux.compile.c++.without-pth
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_ssse3.o...
clang-linux.compile.c++.without-pth
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_avx2.o
#0 0x12d8018 llvm::sys::PrintStackTrace(_IO_FILE*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x12d8018)
#1 0x12d94eb SignalHandler(int)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x12d94eb)
#2 0x7fb14c4ba340 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x10340)
#3 0xc4e7f0 combineX86ShufflesRecursively(llvm::SDValue, llvm::SDValue,
llvm::ArrayRef<int>, int, bool, llvm::SelectionDAG&,
llvm::TargetLowering::DAGCombinerInfo&, llvm::X86Subtarget const*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xc4e7f0)
#4 0xc49536 llvm::X86TargetLowering::PerformDAGCombine(llvm::SDNode*,
llvm::TargetLowering::DAGCombinerInfo&) const
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xc49536)
#5 0x15275f1 (anonymous namespace)::DAGCombiner::combine(llvm::SDNode*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x15275f1)
#6 0x152701b llvm::SelectionDAG::Combine(llvm::CombineLevel,
llvm::AliasAnalysis&, llvm::CodeGenOpt::Level)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x152701b)
#7 0x160e7ee llvm::SelectionDAGISel::CodeGenAndEmitDAG()
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160e7ee)
#8 0x160e441 llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function
const&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160e441)
#9 0x160cfca
llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x160cfca)
#10 0xbd8dd6 (anonymous
namespace)::X86DAGToDAGISel::runOnMachineFunction(llvm::MachineFunction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xbd8dd6)
#11 0xe705a3 llvm::MachineFunctionPass::runOnFunction(llvm::Function&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0xe705a3)
#12 0x103fe19 llvm::FPPassManager::runOnFunction(llvm::Function&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x103fe19)
#13 0x103fffb llvm::FPPassManager::runOnModule(llvm::Module&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x103fffb)
#14 0x104040a llvm::legacy::PassManagerImpl::run(llvm::Module&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x104040a)
#15 0x16a6b1d clang::EmitBackendOutput(clang::DiagnosticsEngine&,
clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions
const&, llvm::StringRef, llvm::Module*, clang::BackendAction,
llvm::raw_ostream*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x16a6b1d)
#16 0x169c0ab clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x169c0ab)
#17 0x1b25c63 clang::ParseAST(clang::Sema&, bool, bool)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1b25c63)
#18 0x1461d29 clang::FrontendAction::Execute()
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1461d29)
#19 0x1435223 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x1435223)
#20 0x14d31db clang::ExecuteCompilerInvocation(clang::CompilerInstance*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x14d31db)
#21 0x6c3c5e cc1_main(llvm::ArrayRef<char const*>, char const*, void*)
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6c3c5e)
#22 0x6c2e7b main
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6c2e7b)
#23 0x7fb14b6c3ec5 __libc_start_main
/build/buildd/eglibc-2.19/csu/libc-start.c:321:0
#24 0x6bffeb _start
(/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6+0x6bffeb)
Stack dump:
0.    Program arguments:
/home/ben/development/llvm/3.6.0/install/release/bin/clang-3.6 -cc1 -triple
x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free
-disable-llvm-verifier -main-file-name dump_avx2.cpp -mrelocation-model static
-mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu core-avx2
-target-feature +avx -target-feature +avx2 -g -dwarf-column-info -coverage-file
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_avx2.o
-resource-dir
/home/ben/development/llvm/3.6.0/install/release/bin/../lib/clang/3.6.0 -D
BOOST_THREAD_VERSION=4 -D BOOST_THREAD_USES_CHRONO=1 -D
BOOST_NETWORK_ENABLE_HTTPS=1 -D BOOST_SPIRIT_USE_PHOENIX_V3=1 -D
BOOST_RESULT_OF_USE_DECLTYPE=1 -D BOOST_THREAD_VERSION=4 -D
BOOST_THREAD_USES_CHRONO=1 -D BOOST_NETWORK_ENABLE_HTTPS=1 -D
BOOST_SPIRIT_USE_PHOENIX_V3=1 -D BOOST_RESULT_OF_USE_DECLTYPE=1 -D
BOOST_ALL_NO_LIB=1 -D BOOST_ATOMIC_STATIC_LINK=1 -D BOOST_CHRONO_STATIC_LINK=1
-D BOOST_FILESYSTEM_STATIC_LINK=1 -D BOOST_LOG_BUILDING_THE_LIB=1 -D
BOOST_LOG_USE_NATIVE_SYSLOG -D BOOST_LOG_WITHOUT_EVENT_LOG -D
BOOST_SPIRIT_USE_PHOENIX_V3=1 -D BOOST_SYSTEM_NO_DEPRECATED -D
BOOST_SYSTEM_STATIC_LINK=1 -D BOOST_THREAD_BUILD_LIB=1 -D BOOST_THREAD_POSIX -D
BOOST_THREAD_USE_LIB=1 -D DATE_TIME_INLINE -D _GNU_SOURCE=1 -D
_XOPEN_SOURCE=600 -I
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-I
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-I . -internal-isystem
/home/ben/development/llvm/3.6.0/install/release/bin/../include/c++/v1
-internal-isystem /usr/local/include -internal-isystem
/home/ben/development/llvm/3.6.0/install/release/bin/../lib/clang/3.6.0/include
-internal-externc-isystem /usr/include/x86_64-linux-gnu
-internal-externc-isystem /include -internal-externc-isystem /usr/include -O0
-Wall -Wextra -Wall -Wall -Wextra -std=c++1y -fdeprecated-macro
-fdebug-compilation-dir /home/ben/development/boost/crash/boost
-ftemplate-depth 1024 -ferror-limit 19 -fmessage-length 0 -pthread
-mstackrealign -fno-inline -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -o
/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_avx2.o
-x c++ libs/log/src/dump_avx2.cpp 
1.    <eof> parser at end of file
2.    Code generation
3.    Running pass 'Function Pass Manager' on module
'libs/log/src/dump_avx2.cpp'.
4.    Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZN5boost3log12v2s_mt_posix3aux19dump_data_char_avx2EPKvmRNSt3__113basic_ostreamIcNS5_11char_traitsIcEEEE'
clang-3.6: error: unable to execute command: Floating point exception
clang-3.6: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.6.0 (branches/release_36 228902)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang-3.6: 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-3.6: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-3.6: note: diagnostic msg: /tmp/dump_avx2-a9a595.cpp
clang-3.6: note: diagnostic msg: /tmp/dump_avx2-a9a595.sh
clang-3.6: note: diagnostic msg: 

********************

  "clang++-3.6" -c -x c++ -ftemplate-depth-1024 -g -O0 -Wall -Wextra -pthread 
-stdlib=libc++ -std=c++1y -DBOOST_THREAD_VERSION=4 -DBOOST_THREAD_USES_CHRONO=1
-DBOOST_NETWORK_ENABLE_HTTPS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1
-DBOOST_RESULT_OF_USE_DECLTYPE=1
-I/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-march=core-avx2 -mavx -mavx2 -O0 -g -fno-inline -Wall -g -pthread
-ftemplate-depth-1024 -g -O0 -Wall -Wextra -pthread  -stdlib=libc++ -std=c++1y
-DBOOST_THREAD_VERSION=4 -DBOOST_THREAD_USES_CHRONO=1
-DBOOST_NETWORK_ENABLE_HTTPS=1 -DBOOST_SPIRIT_USE_PHOENIX_V3=1
-DBOOST_RESULT_OF_USE_DECLTYPE=1
-I/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/include
-march=core-avx2 -mavx -mavx2 -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1
-DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_FILESYSTEM_STATIC_LINK=1
-DBOOST_LOG_BUILDING_THE_LIB=1 -DBOOST_LOG_USE_NATIVE_SYSLOG
-DBOOST_LOG_WITHOUT_EVENT_LOG -DBOOST_SPIRIT_USE_PHOENIX_V3=1
-DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1
-DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1
-DDATE_TIME_INLINE -D_GNU_SOURCE=1 -D_XOPEN_SOURCE=600 -I"." -o
"/home/ben/development/boost/crash/build/x86_64-linux-gnu/clang-3.6/debug/boost/bin.v2/libs/log/build/clang-linux-3.6/debug/link-static/log-api-unix/threading-multi/dump_avx2.o"
"libs/log/src/dump_avx2.cpp"

-- 
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/20150212/13e63546/attachment.html>


More information about the llvm-bugs mailing list