Baffled by secondary reload
Michael Matz
matz@suse.de
Fri Aug 16 01:08:00 GMT 2002
Hi,
On Thu, 15 Aug 2002, Paul Koning wrote:
> Where do I look to trace what's going wrong?
Start with a breakpoint in find_reloads, conditional on
insn->fld[0].rtuint being the UID you are interested in. Then trace that
through the different loops looping over the operands and alternatives.
Set also a breakpoint to push_reload() to notice, when a reload is added.
Use debug_reload() to look at the current reloads in a nice form.
Ciao,
Michael.
More information about the Gcc
mailing list