[Bug objc/27438] [4.1/4.2 Regression] '_OBJC_INSTANCE_0' defined but not used warning (unit at a time)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 5 07:06:00 GMT 2006
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-05 07:06 -------
Small testcase with the GNU runtime:
@interface NXConstantString
{
void *isa;
const char * const nxcsptr;
const unsigned int nxcslen;
}
@end
NXConstantString *a = @"NSInconsistentArchiveException";
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|sparc-sun-solaris2.8 |
GCC host triplet|sparc-sun-solaris2.8 |
GCC target triplet|sparc-sun-solaris2.8 |
Keywords| |diagnostic
Known to fail| |4.1.0 4.2.0
Known to work| |4.0.0
Last reconfirmed|0000-00-00 00:00:00 |2006-05-05 07:06:12
date| |
Summary|'_OBJC_INSTANCE_0' defined |[4.1/4.2 Regression]
|but not used warning (unit |'_OBJC_INSTANCE_0' defined
|at a time) |but not used warning (unit
| |at a time)
Target Milestone|--- |4.1.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27438
More information about the Gcc-bugs
mailing list