------- Comment #5 from hjl dot tools at gmail dot com  2008-09-04 00:43 -------
regstat_compute_ri has

  /* See the setjmp comment in regstat_ri_bb_compute.  */
  EXECUTE_IF_SET_IN_BITMAP (setjmp_crosses, FIRST_PSEUDO_REGISTER, regno, bi) 
    {
      REG_BASIC_BLOCK (regno) = REG_BLOCK_UNKNOWN;
      REG_LIVE_LENGTH (regno) = -1; 
    }     

But IRA never uses REG_LIVE_LENGTH.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37359

Reply via email to