[LLVMbugs] [Bug 2795] New: llc: assertion failed in Support/Recycler.h:89

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Sep 14 10:01:20 PDT 2008


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

           Summary: llc: assertion failed in Support/Recycler.h:89
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sothman at web.de
                CC: llvmbugs at cs.uiuc.edu


Assertion failed: AlignOf<SubClass>::Alignment <= Align && "Recycler allocation
alignment is less than object alignment!", file
k:/sources/llvm.git/include/llvm/Support/Recycler.h, line 89

llvm rev 56195, win32, compiled via msys/mingw
used to work in rev 55777

fails for most simple testcases:
---------
; ModuleID = 'test'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-f80:32:32-v64:64:64-v128:128:128-a0:0:64"
target triple = "i686-pc-mingw32"

define i32 @main(i32 %argc, i8** %argv) nounwind  {
        ret i32 undef
}
---------


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