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: [CVS 980326]: Bug in haifa scheduler on sparc-sun-solaris2.5.1



  In message <199804070046.RAA11010@rtl.cygnus.com>you write:
  > The problem here is that combine simplified a conditional branch into an
  > unconditional branch, causing the immediately following loop to become
  > unreachable.
Ah.

  > Haifa-sched's code for detecting unreachable blocks doesn't
  > work in the presense of unreachable loops.  It is trivial to patch this
  > for now, but I think we need something stronger long term.
Sounds like we need to do a standard reachability check.  I'll put it
on the todo list.  Shouldn't be too hard.

jeff


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