[Bug objc/27438] [4.1/4.2 Regression] '_OBJC_INSTANCE_0' defined but not used warning (unit at a time)

2006-05-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-05-25 02:36 --- Will not be fixed in 4.1.1; adjust target milestone to 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/27438] [4.1/4.2 Regression] '_OBJC_INSTANCE_0' defined but not used warning (unit at a time)

2006-05-14 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-05-14 22:33 --- P5: Objective-C is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug objc/27438] [4.1/4.2 Regression] '_OBJC_INSTANCE_0' defined but not used warning (unit at a time)

2006-05-05 Thread pinskia at gcc dot gnu dot org
--- 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; --

[Bug objc/27438] [4.1/4.2 Regression] '_OBJC_INSTANCE_0' defined but not used warning (unit at a time)

2006-05-05 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-05 07:31 --- (In reply to comment #4) Small testcase with the GNU runtime: Note only -Wall -funit-at-a-time is enough to reproduce the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27438