[LLVMbugs] [Bug 12784] New: [Windows] Can't compile a class with not inlined constructor / destructor

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 10 05:23:15 PDT 2012


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

             Bug #: 12784
           Summary: [Windows] Can't compile a class with not inlined
                    constructor / destructor
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: timurrrr at google.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


[As of r155981]
Repro:
==========================
class Class {
 public:
  Class();
  ~Class();
};

Class::Class() {}

Class::~Class() {}
==========================

->

Assertion failed: isa<X>(Val) && "cast<Ty>() argument of incompatible type!",
file C:\src\llvm\include\llvm/Support/Casting.h, line 194

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