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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to