[LLVMbugs] [Bug 7257] New: clang c++ crash with invalid member function pointer

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 29 18:49:06 PDT 2010


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

           Summary: clang c++ crash with invalid member function pointer
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Testcase:
struct fake_tuple;
void (connection::*f)(fake_tuple);

Crashes with:
clang: Decl.cpp:1053: void clang::FunctionDecl::setParams(clang::ParmVarDecl**,
unsigned int): Assertion `NumParams == getNumParams() && "Parameter count
mismatch!"' failed.

-- 
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