[LLVMbugs] [Bug 3641] New: Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"), function getTypeSizeInBits, file TargetData. cpp, line 421.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 21 14:13:50 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3641
Summary: Assertion failed: (Ty->isSized() && "Cannot
getTypeInfo() on a type that is unsized!"), function
getTypeSizeInBits, file TargetData.cpp, line 421.
Product: clang
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
I hit this assertion when compiling the attached, this must be fairly new as I
didnt hit this in the morning. I belive 24 hours old clang does not have this
bug
witten /tmp# ccc -c -ffreestanding subr_prof.c
ccc: Unknown host 'freebsd', using generic host information.
Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is
unsized!"), function getTypeSizeInBits, file TargetData.cpp, line 421.
--
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