[LLVMbugs] [Bug 3252] Assertion failed: (success && " Illegal argument to getIntegerConstantExpr")
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 22 08:48:26 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3252
Daniel Dunbar <daniel at zuster.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andersca at mac.com,
| |daniel at zuster.org
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Daniel Dunbar <daniel at zuster.org> 2008-12-22 10:48:22 ---
Minimized TC:
--
struct s {
char f1[104];
};
void f0(unsigned idx) {
unsigned len = __builtin_offsetof(struct s, f1[idx]);
}
--
This is a dup of 2910.
*** This bug has been marked as a duplicate of bug 2910 ***
--
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