[LLVMbugs] [Bug 6080] clang miscompiles compound initializers with incomplete array types

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 19 14:39:13 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6080


John McCall <rjmccall at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from John McCall <rjmccall at apple.com>  2010-01-19 16:39:13 ---
When reviewing Enea's patch, I missed this case, which (stated generally) means
that the type of the expression doesn't always match the written type.

Fixed in r93933.


-- 
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