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: 19991023 ICE compiling XFree86


On Tue, Oct 26, 1999 at 09:41:38PM -0600, Jeffrey A Law wrote:
> Ummm, presumably the new stuff works after jump2 and it's cross jumping
> opts and reorg?

Hmm.  Not after cross-jump -- the CFG is horked at that point. 
Dang, I forgot about that.  

> I believe that was the whole point behind the unusual definition of
> find_basic_block (I'm guessing this originally came from reorg.c).

Yeah it did.  I can't imagine how it used to work though.  The
incorrect answer I was seeing wasn't even vaugely close.

So, like, what does reorg need this resource stuff for if it
doesn't have to be right?  Does it get some indication that the
data isn't valid and just gives up?  I guess some study is in
order....


r~


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