[LLVMbugs] [Bug 2861] New: generic thunk code fails

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Oct 4 18:40:11 PDT 2008


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

           Summary: generic thunk code fails
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicholas at mxc.ca
                CC: llvmbugs at cs.uiuc.edu, nlewycky at google.com


Created an attachment (id=2059)
 --> (http://llvm.org/bugs/attachment.cgi?id=2059)
testcase

This delta-reduced testcase triggers a problem with llvm-g++ that doesn't
happen with FSF g++ 4.2:

$ g++ thunk_error.cpp -c
thunk_error.cpp:21: error: generic thunk code fails for method ‘virtual void
RPCCore::Ev(const char*, int, int, const char*, ...) const’ which uses
‘...’
$ g++-4.2 thunk_error.cpp -c
$ g++-4.2 -v
[...]
gcc version 4.2.4 (Debian 4.2.4-3)


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list