[llvm-bugs] [Bug 32170] New: gcc compatibility: __cxa_throw_bad_array not implemented

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 7 07:53:09 PST 2017


https://bugs.llvm.org/show_bug.cgi?id=32170

            Bug ID: 32170
           Summary: gcc compatibility: __cxa_throw_bad_array not
                    implemented
           Product: libc++abi
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: bero at linaro.org
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

When using -std=gnu++14 (default mode in many components of AOSP, and
increasingly other projects), gcc generates calls into __cxa_throw_bad_array,
causing applications built with gcc to not work on a system using the LLVM
standard libraries (such as AOSP).

It would be nice to remain compatible with gcc.

-- 
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/20170307/1453e7e3/attachment.html>


More information about the llvm-bugs mailing list