[LLVMbugs] [Bug 18107] New: clang svn can't compile cxxabi.h

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 2 01:58:08 PST 2013


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

            Bug ID: 18107
           Summary: clang svn can't compile cxxabi.h
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11641
  --> http://llvm.org/bugs/attachment.cgi?id=11641&action=edit
replace throw() with noexcept

Latest svn clang -std=c++11 errors on libcxxabi/include/cxxabi.h:

../../libcxxabi/include\cxxabi.h:37:59: fatal error: use 'noexcept' instead
extern void __cxa_free_exception(void * thrown_exception) throw();
                                                          ^~~~~~~
                                                          noexcept
1 error generated.

for all uses of throw(); in the header file.

-- 
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/20131202/5bf95164/attachment.html>


More information about the llvm-bugs mailing list