This is the mail archive of the gcc-patches@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


  In message <19991026204835.C20462@cygnus.com>you write:
  > On Wed, Oct 27, 1999 at 09:36:12AM +0930, Alan Modra wrote:
  > > resource.c: In function `GetResource':
  > > resource.c:386: Internal compiler error in `verify_local_live_at_start',
  > > at flow.c:2534
  > 
  > Joy -- resource.c's find_basic_block was a crock.  When it
  > returns an incorrect block number, we use the wrong set of
  > global_live_at_start, which causes find_free_register to
  > return something that isn't actually free.
Ummm, presumably the new stuff works after jump2 and it's cross jumping
opts and reorg?  I believe that was the whole point behind the unusual
definition of find_basic_block (I'm guessing this originally came from
reorg.c).

jeff


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