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: today's flow.c change breaks build.



  In message <200005101923.MAA13978@netcom.com>you write:
  > I think the problem is caused by the test which seems a little fishy?
No.

  > I don't see why it's illegal to add an insn after a delete insn.
Because that's how we've defined the proper behavior of the compiler.

  > Actually, the rtx which is triggering the abort isn't even a deleted insn;
  > it's actually a basic block note which has /v set, and somehow it's
  > recognized as a delete insn.
That is precisely what /v means -- the insn was deleted.


jeff


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