http://llvm.org/bugs/show_bug.cgi?id=3252
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Daniel Dunbar <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
