[LLVMbugs] [Bug 15182] New: clang 3.3 cannot build libc++

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 6 13:41:39 PST 2013


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: hhinnant at apple.com
          Reporter: bobby.prani at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

pranith at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130206/19c0fc92/attachment.html>


More information about the llvm-bugs mailing list