This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: register allocation bug (BUG ID #3777)


> The way to start working on this is to find out what part of register
> allocation is causing problems.

Hello Jeff!  Congratulations on 2.95 being out and thanks for the
response (I'm guessing the close timing of those events is not a
coincidence :-)).

I did look at the .lreg and .greg dumps and the problem was in global
register allocation (at least in the sense that I was able to fix it
in global.c in a vaguely clean-seeming way).  I came up with a patch
which I sent to egcs-patches (I currently plan to ship this patch with
Red Hat but I'd be very eager if anyone can offer a critique as I
don't really know whether I fixed it in the right way).

My patch is at
http://egcs.cygnus.com/ml/gcc-patches/1999-07/msg00334.html

Jim Kingdon
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]