www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 144] New: Add support for mangling C++ templates

Date: Mon, 21 Jul 2014 18:37:49 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

http://bugzilla.gdcproject.org/show_bug.cgi?id=144

            Bug ID: 144
           Summary: Add support for mangling C++ templates
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw gdcproject.org
          Reporter: ibuclaw gdcproject.org

Testcase:

struct Array(T)
{
    size_t dim;
    T* data;
}

extern(C++)
void foo(Array!int arr)
{
}


Currently ICE's at:
dfrontend/cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*):
Assertion `0' failed.


This should be fixed for DDMD support.

-- 
You are receiving this mail because:
You are watching all bug changes.
Jul 21 2014