cc1 from 1998-09-14 sigfaults on m68k

John Carr jfc@MIT.EDU
Sat Sep 19 07:56:00 GMT 1998


Change the conditions of the two outer if statements to test optimize:

      if (optimize && GET_CODE (insn) == JUMP_INSN) 

      if (optimize && LABEL_NUSES (insn) == 1) 




More information about the Gcc-bugs mailing list