[LLVMbugs] [Bug 6131] clang crashes on assignment of ObjC @protocol() object to runtime structure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 2 05:56:17 PDT 2010


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

David Chisnall <csdavec at swan.ac.uk> changed:

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

--- Comment #3 from David Chisnall <csdavec at swan.ac.uk> 2010-09-02 07:56:16 CDT ---
Not sure when this was fixed, but this construct works now, raising a warning
that there is a missing cast.

I think that warnings that the results of @encode(), @protocol(), and
@selector() expressions are spurious, but this may be an implementation issue
(they're all constant with the GNU runtime, at least), rather than a language
issue.

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