This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug objc/22474] Objc produces mis-match (non compatible) types in EQ_EXPR


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-14 01:24 -------
The ICE is:
Object.c:11: error: types mismatch in comparsion
struct a *
struct objc_object *

selfD.1337 == anObjectD.1339;

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22474


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]