http://llvm.org/bugs/show_bug.cgi?id=3073
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Eli Friedman <[email protected]> 2010-05-26 22:19:18 CDT --- I'm pretty sure this is fixed; current output for the given example: <stdin>:5:7: error: initializing 'int' with an expression of incompatible type 'struct S' int i = *(struct S*)0; ^ ~~~~~~~~~~~~~ -- 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
