[LLVMbugs] [Bug 406] NEW: [ia64] C++ programs compiled by LLVM are not ABI compliant with system compiler

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jul 16 19:01:03 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=406

           Summary: [ia64] C++ programs compiled by LLVM are not ABI
                    compliant with system compiler
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


Due to this patch:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016089.html

We store function pointers in the C++ vtables instead of function descriptors. 
This is a bug, but I don't intend to be the one to fix it. :)

If someone is interested, they will need to figure out how to represent the
needed IA64-isms in LLVM, then implement FDESC_EXPR in the C front-end.

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list