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: bug in propagate_one_insn


  In message <87n15p39o6.fsf@cgsoftware.com>you write:
  > As i expected, if a libcall's arguments end up getting set in a block
  > before the call itself, we end up crashing because propagate_one_insn
  > returns an insn before the start of the basic block we were
  > propagating liveness for (and it only terminates if insn == bb->head):
Err, how did the arguments end up getting set in a different block from
the libcall itself?

jeff




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