[Bug objc/77404] Add Wobjc-root-class

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 30 06:20:00 GMT 2016


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.


More information about the Gcc-bugs mailing list