------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-29 
16:55 -------
hmm, the loop looks right:
          for (note = REG_NOTES (head); note; note = XEXP (note, 1))
            if (REG_NOTE_KIND (note) == REG_SAVE_NOTE)

Maybe we are miscompiling sched-regn.c.

-- 


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

Reply via email to