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: small problem in jump.c


  In message <199908162135.WAA19969@net.HCC.nl>you write:
  > Hello,
  > 
  > I am currently working on using bounds-checking on gcc itself. I found
  > a small problem in jump.c. The code in delete_barrier_successors fails
  > when a insn like:
  > 
  > (jump_insn 44 43 38 (return) 380 {return_internal}
  > 	(insn_list/c:REG_DEP_ANTI 43 (nil)) (nil))
  > 
  > is encountered. The comment above this statement is correct. The code
  > is not matching this comment.
  > 
  > 1999-08-16 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
  > 
  > 	* jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
  > 	exactly.
Thanks.  Installed.
jeff


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