On Tue, 2011-04-05 at 20:18 +0200, Eric Botcazou wrote:
> > What are the two patches to haifa-sched.c?  I have one patch to
> > schedule_block from
> > http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00271.html
> > but that patch (alone or with the Jeff Law patch) isn't working for me
> > on IA64 Linux.  Is there a second haifa-sched.c patch I should also
> > have?
> 
> No, the important point is that I'm using yesterday's tree, so the first 
> patch 
> is Bernd's patch from yesterday (r171942).

OK, I was using a newer tree and I think the problem I ran into was PR
48441 which is now fixed in ToT.  I just updated my tree and that
problem seems to be fixed but now I can't compile dbxout.c (unused
variable error) so I still haven't managed a good bootstrap.

Steve Ellcey
s...@cup.hp.com


/proj/opensrc_nobackup/sje/reg/src/trunk/gcc/dbxout.c:107:12: error:
'debug_nesting' defined but not used [-Werror=unused-variable]
/proj/opensrc_nobackup/sje/reg/src/trunk/gcc/dbxout.c:109:14: error:
'symbol_queue' defined but not used [-Werror=unused-variable]
/proj/opensrc_nobackup/sje/reg/src/trunk/gcc/dbxout.c:110:12: error:
'symbol_queue_index' defined but not used [-Werror=unused-variable]
/proj/opensrc_nobackup/sje/reg/src/trunk/gcc/dbxout.c:111:12: error:
'symbol_queue_size' defined but not used [-Werror=unused-variable]
cc1: all warnings being treated as errors

Reply via email to