[LLVMbugs] [Bug 3642] New: Assertion failed: (CGT.getTargetData(). getTypePaddedSizeInBits(STy) == RL.getSize()), function layoutStructFields, file CodeGenTypes.cpp, line 514.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 21 14:21:58 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3642
Summary: Assertion failed:
(CGT.getTargetData().getTypePaddedSizeInBits(STy) ==
RL.getSize()), function layoutStructFields, file
CodeGenTypes.cpp, line 514.
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
hitting this when compiling the attached:
ccc -c -ffreestanding ng_pppoe.c
... warnings ...
Assertion failed: (CGT.getTargetData().getTypePaddedSizeInBits(STy) ==
RL.getSize()), function layoutStructFields, file CodeGenTypes.cpp, line 514.
--
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