------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-09 
04:28 -------
The different betwen for the following code:
#include <objc/Object.h>
int main(void)
{
  [Object name];
}

at -funit-at-a-time and -fno-unit-at-a-time is:
the removal of at unit-at-a-time:
___objc_class_ref_Object:
        .long   ___objc_class_name_Object


Now to figure out how to mark this reference as used.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|i686-pc-linux-gnu           |
            Summary|[4.1 regression] testsuite  |[4.1 regression] [unit-at-a-
                   |failure: many objc execution|time] testsuite failure:
                   |tests fail, first           |many objc execution tests
                   |objc/execute/_cmd.m         |fail, first
                   |execution                   |objc/execute/_cmd.m
                   |                            |execution


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21992

Reply via email to