[LLVMbugs] [Bug 18924] New: Assertion failed: NextFieldOffset <= RecordSize && "Size mismatch!" at lib\CodeGen\CGRecordLayoutBuilder.cpp:909
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 21 00:52:37 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18924
Bug ID: 18924
Summary: Assertion failed: NextFieldOffset <= RecordSize &&
"Size mismatch!" at
lib\CodeGen\CGRecordLayoutBuilder.cpp:909
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Repro on win32 as of r201840
-----------------------
struct S {
struct {} s[4][8];
};
void f(struct S* s) { }
-----------------------
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140221/1434eb7d/attachment.html>
More information about the llvm-bugs
mailing list