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: combine corrupts insns + dumps with insn cost problems


> Combine knows how to add clobbers to make insns recognizable. I'm guessing
> it accidentally clobbers the original insn in doing so. Where would I look?

Anywhere in combine. :-)  This is by design, see the SUBST macro and the undo 
buffer machinery.  You need to put a watchpoint on your insn.

-- 
Eric Botcazou


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