This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 21 GCC regressions, 0 new, with your patch on 2003-06-26T09:45:01Z.
- From: Jan Hubicka <jh at suse dot cz>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-regression at gcc dot gnu dot org, Jan Hubicka <jh at suse dot cz>,gcc at gcc dot gnu dot org
- Date: Thu, 26 Jun 2003 23:06:52 +0200
- Subject: Re: 21 GCC regressions, 0 new, with your patch on 2003-06-26T09:45:01Z.
- References: <1A88C8B5-A7E8-11D7-B044-000393A6D2F2@physics.uc.edu> <C25B1FB4-A7E8-11D7-B044-000393A6D2F2@physics.uc.edu>
> Here is the diff with and without -funit-at-a-time on Darwin:
The patch I commited for this yesterday didn't work for darwin? It
definitly fixed the problems on PPC Linux.
Ugm, I will try again with crosscomplier :(
Basically if there is object output that is not used by way visible to
varpool it must by marked via varpool_mark_needed_node. Do you have
some knowledge how does the Darwin OBJC work and what makes it
different?
Honza