https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77404
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-08-30 Ever confirmed|0 |1 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. in Objective-C (like Java though different from Java since there is no implicit inheriting from the Object), all classes inherit from an Object class. This Object class contains a few things including but not limited to the class field.