http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41108
Nicola Pero <nicola at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicola at gcc dot gnu.org --- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2010-10-24 03:39:58 UTC --- Yes, this is already fixed in trunk. It would be good to add a /* This is currently only used with the next runtime. */ gcc_assert (flag_next_runtime); at the beginning of objc_build_ivar_assignment () to make really sure it can never happen. ;-) Thanks