[LLVMbugs] [Bug 7350] Crash compiling ObjC class with struct ivar containing anonymous union

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 15 15:45:02 PDT 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-06-15 17:45:01 CDT ---
I get:


anon_union_struct_objc_class_crash.m:11:20: error: cannot find interface
declaration for 'NSObject', superclass of 'AClass'
@interface AClass: NSObject
~~~~~~~~~~~~~~~~~  ^

In any case, this has almost certainly been fixed in mainline.

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