This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Bug in mark_referenced_regs?


All of that information is needed to diagnose this :-)
Yup.  I'll try to get a real test case.

Even without this information, I would guess that while n_regs_saved
is set, each INSN should be scanned via note_stores and any matching
reg in hard_regs_saved should it's bit cleared and n_regs_saved
decremented as appropriate.
Good; that's exactly what I had in mind.

Thanks again for looking into this,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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