[LLVMbugs] [Bug 3073] Sema::DiagnoseAssignmentResult has broken message logic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 26 20:19:19 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=3073
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |WORKSFORME
--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 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.
More information about the llvm-bugs
mailing list