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

            Bug ID: 15182
           Summary: clang 3.3 cannot build libc++
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

pranith@intel:~/libcpp/build$ make
[  3%] Generating include/cxxabi.h
[  6%] Generating include/bits/c++config.h
[ 10%] Generating include/bits/os_defines.h
[ 13%] Generating include/bits/cpu_defines.h
[ 16%] Generating include/bits/cxxabi_tweaks.h
[ 20%] Generating include/bits/cxxabi_forced.h
[ 20%] Built target supcxx_headers
[ 23%] Building CXX object lib/CMakeFiles/cxx.dir/__/src/new.cpp.o
[ 26%] Building CXX object lib/CMakeFiles/cxx.dir/__/src/algorithm.cpp.o
In file included from
/home/pranith/devops/code/libcpp/libcxx/include/algorithm:594:0,
                 from
/home/pranith/devops/code/libcpp/libcxx/src/algorithm.cpp:10:
/home/pranith/devops/code/libcpp/libcxx/include/memory:2478:49: error: function
‘std::__1::default_delete<_Tp>::default_delete()’ defaulted on its first
declaration must not have an exception-specification
/home/pranith/devops/code/libcpp/libcxx/include/memory:2497:49: error: function
‘std::__1::default_delete<_Tp []>::default_delete()’ defaulted on its first
declaration must not have an exception-specification
make[2]: *** [lib/CMakeFiles/cxx.dir/__/src/algorithm.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/cxx.dir/all] Error 2
make: *** [all] Error 2


pranith@intel:~/libcpp/build$ clang -v
clang version 3.3 (trunk 174537)
Target: x86_64-unknown-linux-gnu
Thread model: posix

-- 
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