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: Eliminating Assembler Already Defined Messages for Java Library


  		  if (debug_ignore_block (NOTE_BLOCK (insn)))
  		    {
- 		      BLOCK_DEAD (NOTE_BLOCK (insn)) = 1;
  		      remove_insn (tmp);
  		      remove_insn (insn);
  		    }

Note that this is clearly incorrect since we have deleted the
notes delimiting a BLOCK but have done nothing to the block node.


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